Increase killthreads timeout to 10s to fix CI issues (#1701)

pull/1702/head
Disconnect3d 3 years ago committed by GitHub
parent c19c6c324b
commit fec8418b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ import tests
REFERENCE_BINARY_THREADS = tests.binaries.get("multiple_threads.out")
def wait_until(predicate: callable, timeout: int = 5):
def wait_until(predicate: callable, timeout: int = 10):
"""
Waits until the predicate returns True or timeout is reached.
"""

Loading…
Cancel
Save