[tracker-miners/sam/ci-increase-timeout] ci: Increase await timeout to 60 seconds



commit 5a4203699c348542128cc208bec4640bd60e9128
Author: Sam Thursfield <sam afuera me uk>
Date:   Sun Jun 21 14:19:50 2020 +0200

    ci: Increase await timeout to 60 seconds
    
    We are still seeing https://gitlab.gnome.org/GNOME/tracker-miners/-/issues/110
    (intermittent failures due to await timeouts).
    
    I suspect that these are due to unpredictably slow IO performance on
    GNOME's shared CI runners. Increasing the timeout should be harmless
    for CI even if it doesn't help solve the problem.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ec3c43ab9..bbc615404 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ variables:
   # This can be used when debugging test failures that only occur within GitLab CI.
   MESON_TEST_EXTRA_ARGS: ""
 
-  TRACKER_TESTS_AWAIT_TIMEOUT: 30
+  TRACKER_TESTS_AWAIT_TIMEOUT: 60
 
 stages:
   - test


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