commit | b89776fb1b000f73a62850bea78e5b3434bd7e9a | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Jul 12 02:05:49 2018 -0700 |
committer | GitHub <noreply@github.com> | Thu Jul 12 02:05:49 2018 -0700 |
tree | 6394fe0ce10d3149280987d38a035ad8f9999246 | |
parent | 9beed0c36f4ce990ded095575ba3124e2264dbbe [diff] |
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>