File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/csanchez/jenkins/plugins/kubernetes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ public class PodTemplate extends AbstractDescribableImpl<PodTemplate> implements
6565 private static final Logger LOGGER = Logger .getLogger (PodTemplate .class .getName ());
6666
6767 /**
68- * Connection timeout expiration in seconds, default to 100 seconds
68+ * Connection timeout expiration in seconds, default to 1000 seconds
6969 */
7070 public static final Integer DEFAULT_SLAVE_JENKINS_CONNECTION_TIMEOUT = Integer
71- .getInteger (PodTemplate .class .getName () + ".connectionTimeout" , 100 );
71+ .getInteger (PodTemplate .class .getName () + ".connectionTimeout" , 1000 );
7272
7373 /**
7474 * Digest function that is used to compute the kubernetes label "jenkins/label-digest"
You can’t perform that action at this time.
0 commit comments