[glib: 1/2] build: Increase the slow test timeout to 180s



commit a60376594d8caafbf298f6dae738fff596d1a883
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Jun 20 08:40:42 2019 +0100

    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>

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index b85ff7661..232cd6c87 100644
--- a/meson.build
+++ b/meson.build
@@ -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')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]