diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-19 11:26:29 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-19 11:26:29 +0200 |
commit | f4ae02cc211fee11a3b3d1142f06311f48cb6b88 (patch) | |
tree | 02dd01504a1dc6976afc854b1ecc4f848218590b | |
parent | dc7bc21c31bee11e78d5b2be7a89ba4aeaff5a9e (diff) | |
download | jenkinsfiles-f4ae02cc211fee11a3b3d1142f06311f48cb6b88.tar.gz |
increase timeout
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index f69a6b8..042188c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { kubernetes { yamlFile 'centos7-rpmbuild.yaml' defaultContainer 'centos7-rpmbuild' - slaveConnectTimeout '1000' + slaveConnectTimeout '3600' nodeSelector 'kubernetes.io/os=linux,kubernetes.io/arch=amd64' } } |