summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2021-06-02 14:34:57 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2021-06-23 13:35:21 -0500
commita3c226eeabbcc728e513d978b119be8772fbf85c (patch)
tree8129de5e418b269734ab3f874b6cdd0809aae2d2 /.gitlab-ci.yml
parentfc688539035b001a721ee0a900686b6702be145e (diff)
downloadglib-networking-a3c226eeabbcc728e513d978b119be8772fbf85c.tar.gz
ci: repeat tests twice as many times
The CI is currently red half the time, failing due to some unknown bug. This means we have a 50% chance of our CI failing to detect the addition of an equivalently-probable timing issue in the future. That's not great, so let's use our big hammer and run the tests more for a better chance of catching problems. Since we haven't fixed whatever bug is causing the CI to fail yet, ideally this commit would make it fail *more* reliably.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f3a21b..d546d5e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ fedora-x86_64:
-Dwerror=true
_build/
- meson compile -C _build/
- - meson test -v -C _build/ --repeat=500
+ - meson test -v -C _build/ --repeat=1000
- meson install -C _build/
artifacts:
paths: