Skip to content

Commit

Permalink
Merge pull request #111 from gregoil/stabalize_builds_a_little
Browse files Browse the repository at this point in the history
Increase timeout to stabilize build
  • Loading branch information
gregoil committed Nov 1, 2018
2 parents b53b15e + 0989d97 commit 735271b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/multiprocess/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class BasicMultiprocessCase(MockCase):
"""
__test__ = False

TIMEOUT = 1.5 # Seconds.
TIMEOUT = 3.0 # Seconds.
EXTRA_TIME = 0.25 # Seconds.

pid_queue = None
Expand Down

0 comments on commit 735271b

Please sign in to comment.