Skip to content

Commit

Permalink
ci: bump vmcheck timeout to 1 hour
Browse files Browse the repository at this point in the history
Seems like we're semi-regularly timing out. Let's bump it a bit more.
  • Loading branch information
jlebon committed Nov 21, 2023
1 parent b20ff62 commit eab6efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cosaPod(runAsUser: 0, memory: "${mem}Mi", cpu: "${nhosts}") {
}
stage("vmcheck") {
try {
timeout(time: 45, unit: 'MINUTES') {
timeout(time: 60, unit: 'MINUTES') {
shwrap("COSA_DIR=${env.WORKSPACE} JOBS=${nhosts} tests/vmcheck.sh")
}
} finally {
Expand Down

0 comments on commit eab6efc

Please sign in to comment.