[pango/test-coverage] tests: Increase the timeout



commit 24408f930d02ff36618f0513e6b6c03aa8869268
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jun 27 23:43:12 2021 -0400

    tests: Increase the timeout

 .gitlab-ci/run-tests.sh | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index d82f1d08..393125a7 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -12,6 +12,7 @@ export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp:print_suppressions=0
 export G_SLICE=always-malloc
 
 meson test -C ${builddir} \
+        --timeout-multiplier 4 \
         --print-errorlogs \
         --suite=pango 
 


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