Get rid of timeout

Just causing problems
This commit is contained in:
sholdee 2022-05-11 14:58:02 -05:00 committed by louist103
parent 8ba5d827c5
commit 3013c18e13
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -3,7 +3,6 @@ pipeline {
options {
timestamps()
timeout(time: 60, unit: 'MINUTES')
skipDefaultCheckout(true)
}