Skip to content

Commit fcbf5a1

Browse files
committed
ref: change sleep poll duration back to 2 seconds
1 parent d7fdb6f commit fcbf5a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/users/config_file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Execution
134134
*poll_sleep_duration*
135135
This controls how long the job submission loop will sleep between submitting
136136
all pending jobs and checking for job completion. To be nice to cluster
137-
schedulers the default is set to 60 seconds.
137+
schedulers the default is set to 2 seconds.
138138

139139
*xvfb_max_wait*
140140
Maximum time (in seconds) to wait for Xvfb to start, if the _redirect_x parameter of an Interface is True.

nipype/utils/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
stop_on_unknown_version = false
5959
write_provenance = false
6060
parameterize_dirs = true
61-
poll_sleep_duration = 60
61+
poll_sleep_duration = 2
6262
xvfb_max_wait = 10
6363
profile_runtime = false
6464

0 commit comments

Comments
 (0)