Skip to content

Commit dc902a6

Browse files
authored
NOJIRA: increase windows timeout (#74)
* NOJIRA: Increase the windows-test timeouts * NOJIRA: fix timeout definition
1 parent 156ec9c commit dc902a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

jenkins_jobs/windows.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
- gh-pr-builder
1313
scm:
1414
- gh-pr-scm
15+
wrappers:
16+
- timeout:
17+
# Abort after these many minutes
18+
timeout: 120
19+
# Mark the build as failed
20+
fail: true
1521
builders:
1622
# Each parent multijob builder passes the Jenkins WORKSPACE environment
1723
# variable to its child job as a parameter so that a common Git working

0 commit comments

Comments
 (0)