mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
5c5920d968
commit
a60376594d
@ -2037,7 +2037,7 @@ if want_systemtap and enable_dtrace
|
||||
endif
|
||||
|
||||
test_timeout = 60
|
||||
test_timeout_slow = 120
|
||||
test_timeout_slow = 180
|
||||
|
||||
pkg = import('pkgconfig')
|
||||
windows = import('windows')
|
||||
|
Loading…
Reference in New Issue
Block a user