[glib-networking] CI: run tests 1000x



commit f76f24ed0af45752f696bba4e10a8e86b61082e4
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Apr 1 18:15:22 2019 -0500

    CI: run tests 1000x
    
    100x is not enough to reliably notice that our client authentication
    tests sometimes fail.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dca898f..1e108a9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ fedora-x86_64:
             -Dwerror=true
             build/
     - ninja -C build/
-    - meson test -v -C build/ --repeat=100
+    - meson test -v -C build/ --repeat=1000
     - meson install -C build/
   artifacts:
     paths:


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