summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-11-01 09:38:40 +0000
committerSimon McVittie <smcv@collabora.com>2018-11-01 19:13:21 +0000
commita40ef2ff9241bf92821a73cd51ec029c970fee92 (patch)
tree5b3be8fbcefbb1c0749eb21d56206b56af97df35 /meson.build
parent13e206aaeba21e3db4d466a55df0a865589baa59 (diff)
downloadglib-a40ef2ff9241bf92821a73cd51ec029c970fee92.tar.gz
meson: Increase fast test timeout from 30s to 60s
This is enough for most Debian buildds, including embedded devices like mips and powerpcspe. It is not enough for hppa (PA-RISC), but that architecture is so uniquely slow that it might make more sense to special-case it downstream. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 89ba2567b..3d119487e 100644
--- a/meson.build
+++ b/meson.build
@@ -1972,7 +1972,7 @@ if want_systemtap and enable_dtrace
enable_systemtap = true
endif
-test_timeout = 30
+test_timeout = 60
test_timeout_slow = 120
pkg = import('pkgconfig')