[gdk-pixbuf/ci-updates: 4/4] ci: Add a timeout multiplier to the test suite



commit 337fc4539f20157f7d1e7f45faaab150555e3a4e
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Nov 26 14:31:24 2019 +0000

    ci: Add a timeout multiplier to the test suite
    
    Some tests may take longer because of load on the CI runner. Instead of
    tweaking the timing of each test, let's use a timeout multiplier.

 .gitlab/ci/test-docker.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab/ci/test-docker.sh b/.gitlab/ci/test-docker.sh
index d3aa9329c..be24ddc6c 100755
--- a/.gitlab/ci/test-docker.sh
+++ b/.gitlab/ci/test-docker.sh
@@ -20,7 +20,7 @@ unset CCACHE_DISABLE
 cd ${builddir}
 
 ninja || exit $?
-meson test || exit $?
+meson test -t 2 || exit $?
 
 cd ..
 


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