[glib-networking/mcatanzaro/session-resumption: 13/13] FIXME: run tests sequentially



commit 5c77c55d3413760395a17dc7b236d5d5aca6223b
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Nov 18 16:19:53 2019 -0600

    FIXME: run tests sequentially
    
    This will help debug the CI

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5075bd..7f4cca5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ fedora-x86_64:
             -Dwerror=true
             build/
     - ninja -C build/
-    - meson test -v -C build/ --repeat=500
+    - for i in `seq 1 500`; do meson test -v -C build/ --repeat=500; done
     - meson install -C build/
   artifacts:
     paths:


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