Skip to content

Commit

Permalink
jenkins: bump full run timeout from 1h to 2h
Browse files Browse the repository at this point in the history
Because when Raven notebooks are added to the test run, the 1h timeout
is busted.

See comment
bird-house/birdhouse-deploy#203 (comment)
  • Loading branch information
tlvu committed Feb 17, 2023
1 parent 08ff6dc commit 7a7ede8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Note this is another run, will double the time and no guaranty to have same erro
options {
ansiColor('xterm')
timestamps()
timeout(time: 1, unit: 'HOURS')
timeout(time: 2, unit: 'HOURS')
// trying to keep 2 months worth of history with buffer for manual
// build trigger on failed builds or manual test after each production
// deployment or test deployment
Expand Down

0 comments on commit 7a7ede8

Please sign in to comment.