mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-11 18:05:35 +00:00
Increase timeout of test runner
This commit is contained in:
parent
dcf3899346
commit
f613d670c7
@ -40,7 +40,7 @@ with open(disabled_tests_file) as dtf:
|
||||
disabled_tests[test] = 1
|
||||
|
||||
# run with timeout to avoid locking up
|
||||
RunnerArgs = ["timeout", "45s"]
|
||||
RunnerArgs = ["timeout", "300s"]
|
||||
|
||||
# Add the rest of the arguments
|
||||
for i in range(len(sys.argv) - 5):
|
||||
|
Loading…
x
Reference in New Issue
Block a user