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:
Joseph Nuthalapati 2022-12-11 16:03:42 +05:30 committed by James Valleroy
parent 344c491f7b
commit aa2992b826
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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