]> granicus.if.org Git - python/commit
bpo-33716, test_concurrent_futures: increase timeout (GH-7828) (GH-8264)
authorVictor Stinner <vstinner@redhat.com>
Thu, 12 Jul 2018 09:11:29 +0000 (11:11 +0200)
committerGitHub <noreply@github.com>
Thu, 12 Jul 2018 09:11:29 +0000 (11:11 +0200)
commit8df4770e8d2c9ebd49c5e4d073eef3a5bc805cfc
tree7c13a712d89bd1494653888dbdaed88ba20622c8
parent3b06285d2b7963d9d06b60e85712d5ecc6540deb
bpo-33716, test_concurrent_futures: increase timeout (GH-7828) (GH-8264)

Increase the timeout from 1 min to 5 min.

Replace also time.time() with time.monotonic() for timeouts.

(cherry picked from commit 3ad8decd76c736f393755537aeb19b5612c21761)
Lib/test/test_concurrent_futures.py