From 7d20a844ff32ed55f282208a15ef96040077ff79 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Mon, 26 Sep 2022 12:15:51 +0100 Subject: [PATCH] Increase BridgeTest timeout to 4 hours. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38d50ef37..a27c5b450 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,7 +98,7 @@ bridge test: allow_failure: true script: - OPTIONAL_TESTS=org.briarproject.bramble.plugin.tor.BridgeTest ./gradlew --info bramble-java:test --tests BridgeTest - timeout: 3h + timeout: 4h mailbox integration test: extends: .optional_tests