From c1a757f26e6ec4241e0c233cc7d6a3fe0763c5c9 Mon Sep 17 00:00:00 2001 From: Mateusz Armatys Date: Fri, 13 Oct 2023 11:53:26 +0200 Subject: [PATCH] ci: Increase firebase timeout to 30 minutes. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 738cde1f7d..747f355ce9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -285,7 +285,7 @@ pass-integration-tests: --test ${TEST_APK} --device model=${DEVICE_MODEL} --test-targets "$TEST_TARGET" - --timeout 25m + --timeout 30m --results-dir=$RESULTS_DIR --num-flaky-test-attempts=$FLAKY_TEST_RERUN --environment-variables listener=me.proton.core.test.android.ToastingRunListener