[libsoup/autobahn-integration-new] .gitlab-ci.yml: Use timeout-multiplier to increase timeout longer than 60 min



commit 7c0e70d5adce94c4e8be47fddf21f79585e8899c
Author: Diego Pino Garcia <dpino igalia com>
Date:   Wed Mar 24 07:39:33 2021 +0000

    .gitlab-ci.yml: Use timeout-multiplier to increase timeout longer than 60 min

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f71c6b63..cf421b0f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,7 +36,7 @@ fedora-autobahn:
   extends: .build
   script:
     - meson _build -Dauto-features=enabled -Dautobahn=enabled
-    - meson test -C _build --suite autobahn --verbose
+    - meson test -C _build --suite autobahn --verbose --timeout-multiplier=240
   artifacts:
     paths:
       - "_build/meson-logs/autobahn-report"


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