Increased timeout for meson tests to 600sec to make tests work on Darwin

This commit is contained in:
Niklas Guertler 2020-09-30 14:53:14 +02:00 committed by Akira TAGOH
parent 2584554328
commit 31edc2880e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ foreach test_data : tests
dependencies: extra_deps, dependencies: extra_deps,
) )
test(test_name, exe) test(test_name, exe, timeout: 600)
endforeach endforeach
# FIXME: run-test.sh stuff # FIXME: run-test.sh stuff