]> granicus.if.org Git - python/commit
bpo-33716, test_concurrent_futures: increase timeout (GH-7828)
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 21 Jun 2018 11:30:37 +0000 (12:30 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Jun 2018 11:30:37 +0000 (12:30 +0100)
commit3ad8decd76c736f393755537aeb19b5612c21761
tree34354d374a4149a73f7f37b36fc49af21ae438dc
parent940ae608566fd4446ff92a22705f646cde1d087c
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.
Lib/test/test_concurrent_futures.py