Increased timeout for meson tests to 600sec to make tests work on Darwin
This commit is contained in:
parent
2584554328
commit
31edc2880e
|
@ -39,7 +39,7 @@ foreach test_data : tests
|
|||
dependencies: extra_deps,
|
||||
)
|
||||
|
||||
test(test_name, exe)
|
||||
test(test_name, exe, timeout: 600)
|
||||
endforeach
|
||||
|
||||
# FIXME: run-test.sh stuff
|
||||
|
|
Loading…
Reference in New Issue