Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Oct 25, 2024
1 parent ca2d99f commit 387c68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_stdin_socket.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def run_process(test_file):
return 1


@tornado.gen.coroutine
@tornado.testing.gen_test
def read_from_stream(stream, timeout=5):
start = time.time()
while time.time() - start < timeout:
Expand Down

0 comments on commit 387c68e

Please sign in to comment.