]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33716, test_concurrent_futures: increase timeout (GH-7828)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 12 Jul 2018 09:05:49 +0000 (02:05 -0700)
committerGitHub <noreply@github.com>
Thu, 12 Jul 2018 09:05:49 +0000 (02:05 -0700)
commitb89776fb1b000f73a62850bea78e5b3434bd7e9a
tree6394fe0ce10d3149280987d38a035ad8f9999246
parent9beed0c36f4ce990ded095575ba3124e2264dbbe
bpo-33716, test_concurrent_futures: increase timeout (GH-7828)

Increase the timeout from 1 min to 5 min.

Replace also time.time() with time.monotonic() for timeouts.
(cherry picked from commit 3ad8decd76c736f393755537aeb19b5612c21761)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/test_concurrent_futures.py