mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 06:25:03 +00:00
[test] Increase subset timeout
No random timeout please
This commit is contained in:
parent
d1830437c9
commit
5897697250
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ def cmd(command):
|
|||
def timeout(p, is_killed):
|
||||
is_killed['value'] = True
|
||||
p.kill()
|
||||
timeout_seconds = int (os.environ.get ("HB_TEST_SUBSET_FUZZER_TIMEOUT", "8"))
|
||||
timeout_seconds = int (os.environ.get ("HB_TEST_SUBSET_FUZZER_TIMEOUT", "12"))
|
||||
timer = threading.Timer (timeout_seconds, timeout, [p, is_killed])
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue