We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e2e1e commit daa7f42Copy full SHA for daa7f42
1 file changed
tests/aiotest/test_timer.py
@@ -8,7 +8,7 @@ class TestTimer(aiotest.TestCase):
8
@pytest.mark.trio
9
async def test_display_date(self, loop):
10
result = []
11
- delay = 0.1
+ delay = 0.2
12
count = 3
13
h = trio.Event()
14
0 commit comments