summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Guertler <profclonk@gmail.com>2020-09-30 14:53:14 +0200
committerAkira TAGOH <akira@tagoh.org>2020-11-28 01:16:36 +0000
commit31edc2880eee9576fb91164909290e8b76da5ef9 (patch)
treeee1fe7f61b6e8dc0874000941aa6d5f0aeb22aac
parent25845543286c345c80b4dc9c37bcf5e461cf5900 (diff)
Increased timeout for meson tests to 600sec to make tests work on Darwin
-rw-r--r--test/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index 6b29409..96b30a9 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -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