[glib-networking/mcatanzaro/client-auth-failure] Run tests 1000x



commit 10266a7d3e339b194c765314186d8436b8bd0690
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Apr 1 16:00:10 2019 -0500

    Run tests 1000x
    
    The timing issue here occurs too rarely on my computer, sometimes 5000
    runs is enough to hit a failure but sometimes even 50000 runs is not
    enough. It seems to be much flakier on CI so let's use CI to see if it's
    fixed or not.
    
    Goal is for this commit to fail CI with several failures, not just one
    or two, so we can be confident the problem is fixed if the failures go
    away.

 .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]