Skip to content

Commit b940baf

Browse files
authored
Update utils.py
1 parent bd2e5f0 commit b940baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_asyncio/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def run_until(loop, pred, timeout=support.SHORT_TIMEOUT):
104104
loop.run_until_complete(tasks.sleep(delay))
105105
delay = max(delay * 2, 1.0)
106106
else:
107-
raise futures.TimeoutError()
107+
raise TimeoutError()
108108

109109

110110
def run_once(loop):

0 commit comments

Comments
 (0)