wait a bit

This commit is contained in:
Will McGugan
2022-05-11 15:25:17 +01:00
parent a51cb0c329
commit 1a13a9c8ec
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ from textual.widgets import Placeholder
SCREEN_SIZE = Size(100, 30)
@pytest.mark.skip("flaky test")
@pytest.mark.asyncio
@pytest.mark.integration_test # this is a slow test, we may want to skip them in some contexts
@pytest.mark.parametrize(

View File

@@ -58,7 +58,7 @@ class AppTest(App):
def in_running_state(
self,
*,
waiting_duration_after_initialisation: float = 0.001,
waiting_duration_after_initialisation: float = 0.1,
waiting_duration_post_yield: float = 0,
) -> AsyncContextManager:
async def run_app() -> None: