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>
This commit is contained in:
Simon McVittie 2018-11-01 09:38:40 +00:00
parent 13e206aaeb
commit a40ef2ff92

View File

@ -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')