meson: Centralize test timeout values

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie
2018-11-01 09:49:43 +00:00
committed by Simon McVittie
parent 985210849c
commit a11ff3755a
7 changed files with 8 additions and 6 deletions

View File

@@ -1962,6 +1962,8 @@ if want_systemtap and enable_dtrace
enable_systemtap = true
endif
test_timeout = 30
test_timeout_slow = 120
pkg = import('pkgconfig')
windows = import('windows')