Skip to content

Commit

Permalink
Test it actually times out...
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton committed Jun 14, 2019
1 parent a40f29b commit 9650227
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 @@ -49,7 +49,7 @@ if (env.BRANCH_NAME != "master") {
}

try {
timeout(time: 1, unit: 'HOURS') {
timeout(time: 1, unit: 'MINUTES') {
parallel UnitTests: {
def stage_name = "Unit tests node: "
node {
Expand Down

0 comments on commit 9650227

Please sign in to comment.