ci: set tests-nightly timeout to 5 hours

This commit is contained in:
Anton Iakimov 2023-11-27 12:42:09 +01:00
parent 31d0782f66
commit 1f076b9ff3
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ def getDefaultUnitTestFailfast() {
def getDefaultTimeout() {
if (env.JOB_BASE_NAME == 'tests-nightly') {
return 8*60
return 5*60
}
return 40
}