Skip to content

Commit 2a150fc

Browse files
committed
Bump test_concurrent_futures.test_wait.test_timeout sleep time
From 0.5s to 1.0s
1 parent fe4dd07 commit 2a150fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_concurrent_futures/test_wait.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_all_completed(self):
114114

115115
def test_timeout(self):
116116
short_timeout = 0.050
117-
long_timeout = short_timeout * 10
117+
long_timeout = short_timeout * 20
118118

119119
future = self.executor.submit(time.sleep, long_timeout)
120120

0 commit comments

Comments
 (0)