mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
tests: functional: Set timeout to 3 hours
This commit alone doesn't fix the problem of our functional tests timing out. It is harmless to increase the timeout. The maximum timeout for shared runners in Salsa is 3h according to this: https://salsa.debian.org/salsa-ci-team/pipeline/-/blob/master/README.md#set-build-timeout Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
344c491f7b
commit
aa2992b826
@ -21,7 +21,7 @@
|
||||
|
||||
.run-functional-tests:
|
||||
stage: functional-tests
|
||||
timeout: 150m
|
||||
timeout: 3h
|
||||
# Need to find a way of running the cleanup step even on failure
|
||||
allow_failure: true
|
||||
when: delayed
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user