[glib: 2/4] meson: Increase fast test timeout from 30s to 60s



commit a40ef2ff9241bf92821a73cd51ec029c970fee92
Author: Simon McVittie <smcv collabora com>
Date:   Thu Nov 1 09:38:40 2018 +0000

    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>

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


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