Skip to content

Commit 6e13b9d

Browse files
[GreenDragon] Follow up #454 to bump test timeout to 120min
1 parent 7b735c6 commit 6e13b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/jenkins/jobs/jobs/clang-stage1-RA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pipeline {
103103
PATH="$PATH:/usr/bin:/usr/local/bin"
104104
}
105105
steps {
106-
timeout(90) {
106+
timeout(120) {
107107
sh '''
108108
set -u
109109
source ./venv/bin/activate

0 commit comments

Comments
 (0)