File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ Execution
134
134
*poll_sleep_duration *
135
135
This controls how long the job submission loop will sleep between submitting
136
136
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.
138
138
139
139
*xvfb_max_wait *
140
140
Maximum time (in seconds) to wait for Xvfb to start, if the _redirect_x parameter of an Interface is True.
Original file line number Diff line number Diff line change 58
58
stop_on_unknown_version = false
59
59
write_provenance = false
60
60
parameterize_dirs = true
61
- poll_sleep_duration = 60
61
+ poll_sleep_duration = 2
62
62
xvfb_max_wait = 10
63
63
profile_runtime = false
64
64
You can’t perform that action at this time.
0 commit comments