Skip to content

Commit daa7f42

Browse files
committed
increase test delay
intermittent travis failure
1 parent f7e2e1e commit daa7f42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/aiotest/test_timer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class TestTimer(aiotest.TestCase):
88
@pytest.mark.trio
99
async def test_display_date(self, loop):
1010
result = []
11-
delay = 0.1
11+
delay = 0.2
1212
count = 3
1313
h = trio.Event()
1414

0 commit comments

Comments
 (0)