Skip to content

Commit 0d1009f

Browse files
committed
test(footer): increase initial pause in flaky test
1 parent 57b36fe commit 0d1009f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/footer/test_footer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def action_app_binding(self) -> None:
5050

5151
app = PriorityBindingApp()
5252
async with app.run_test() as pilot:
53-
await pilot.pause()
53+
await pilot.pause(0.4)
5454
assert app_binding_count == 0
5555
await app.wait_for_refresh()
5656
# await pilot.click("Footer", offset=(1, 0))

0 commit comments

Comments
 (0)