Skip to content

Commit 1087730

Browse files
akbakb
authored andcommitted
Allow longer test timeout
1 parent d1c9f38 commit 1087730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_asynch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def test_cli_async_map_unordered(runner, reactor, server, capsys):
111111
output = helpers.run(args, input=in_stream.encode()).decode()
112112

113113
assert output == expected
114-
limit_seconds = 6.0
114+
limit_seconds = 7.0
115115
assert t.elapsed < limit_seconds
116116

117117

0 commit comments

Comments
 (0)