Skip to content

Commit

Permalink
Increase timeout to 60m
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelnano committed Jan 16, 2024
1 parent 61296f8 commit 3e06761
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 @@ -32,7 +32,7 @@ pipeline {
steps {
lock('xoa-test-runner') {
sh 'cp /opt/terraform-provider-xenorchestra/testdata/images/alpine-virt-3.17.0-x86_64.iso xoa/testdata/alpine-virt-3.17.0-x86_64.iso'
sh 'TF_VERSION=${TF_VERSION} make ci'
sh 'TF_VERSION=${TF_VERSION} TIMEOUT=60m make ci'
}
}
}
Expand Down

0 comments on commit 3e06761

Please sign in to comment.