[libsoup/autobahn-integration-new: 2/2] tests: Set Autobahn tests timeout to 2h




commit d7690ce746feaae890497a9876fe715b5db13e87
Author: Diego Pino Garcia <dpino igalia com>
Date:   Tue Mar 16 07:12:12 2021 +0000

    tests: Set Autobahn tests timeout to 2h

 .gitlab-ci.yml             | 1 +
 tests/autobahn/meson.build | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f71c6b63..ec80c207 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,6 +37,7 @@ fedora-autobahn:
   script:
     - meson _build -Dauto-features=enabled -Dautobahn=enabled
     - meson test -C _build --suite autobahn --verbose
+  timeout: 2h
   artifacts:
     paths:
       - "_build/meson-logs/autobahn-report"
diff --git a/tests/autobahn/meson.build b/tests/autobahn/meson.build
index c4598bd4..9d849538 100644
--- a/tests/autobahn/meson.build
+++ b/tests/autobahn/meson.build
@@ -16,6 +16,6 @@ client = executable('autobahn-test', 'autobahn-test.c',
 test('autobahn-test', client,
   suite : 'autobahn',
   env : env,
-  timeout : 3600,
+  timeout : 7200,
   protocol : 'tap',
 )


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