Skip to content

Commit

Permalink
ci: Increase firebase timeout to 30 minutes.
Browse files Browse the repository at this point in the history
  • Loading branch information
armatys authored and MargeBot committed Oct 20, 2023
1 parent efe913c commit c1a757f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1a757f

Please sign in to comment.