Skip to content

Commit c2ce806

Browse files
committed
reverted accidental change
1 parent a08f6ac commit c2ce806

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/run_examples.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ def run_examples(example, pipelines, data_path, plugin=None, rm_base_dir=True):
3737
os.makedirs(log_dir)
3838
wf.config = {'execution': {'hash_method': 'timestamp',
3939
'stop_on_first_rerun': 'true',
40-
'write_provenance': 'true'},
40+
'write_provenance': 'true',
41+
'poll_sleep_duration': 2},
4142
'logging': {'log_directory': log_dir, 'log_to_file': True}}
4243
try:
4344
wf.inputs.inputnode.in_data = os.path.abspath(data_path)

0 commit comments

Comments
 (0)