build: Increase the slow test timeout to 180s

We are still seeing occasional CI failures due to timeouts when heavily
loaded. It’s best to wait a little longer than to throw all the results
out when they’re almost done.

For example, see https://gitlab.gnome.org/tristan957/glib/-/jobs/331330.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-06-20 08:40:42 +01:00
parent 5c5920d968
commit a60376594d

View File

@ -2037,7 +2037,7 @@ if want_systemtap and enable_dtrace
endif endif
test_timeout = 60 test_timeout = 60
test_timeout_slow = 120 test_timeout_slow = 180
pkg = import('pkgconfig') pkg = import('pkgconfig')
windows = import('windows') windows = import('windows')