Skip to content

Commit a624481

Browse files
committed
Give more time to agent to reconnect after a restart in CI
1 parent 760b4a6 commit a624481

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@
269269
<systemPropertyVariables>
270270
<hudson.slaves.NodeProvisioner.initialDelay>0</hudson.slaves.NodeProvisioner.initialDelay>
271271
<hudson.slaves.NodeProvisioner.recurrencePeriod>3000</hudson.slaves.NodeProvisioner.recurrencePeriod>
272+
<org.jenkinsci.plugins.workflow.support.pickles.ExecutorPickle.timeoutForNodeMillis>60000</org.jenkinsci.plugins.workflow.support.pickles.ExecutorPickle.timeoutForNodeMillis>
272273
<!-- listen in this interface for connections from kubernetes pods -->
273274
<connectorHost>${connectorHost}</connectorHost>
274275
<!-- have pods connect to this address for Jenkins -->

0 commit comments

Comments
 (0)