Skip to content

Commit 58a08fa

Browse files
committed
minor changes to circle config
1 parent 2256dc5 commit 58a08fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ jobs:
136136
name: Create Nipype config files
137137
command: |
138138
mkdir -p /tmp/ds005 /tmp/ds054 /tmp/ds210
139-
printf "[execution]\nstop_on_first_crash = true\nremove_unnecessary_outputs = false\n" > /tmp/ds005/nipype.cfg
140-
echo "poll_sleep_duration = 0.2" >> /tmp/ds005/nipype.cfg
139+
printf "[execution]\nstop_on_first_crash = true\n" > /tmp/ds005/nipype.cfg
140+
echo "poll_sleep_duration = 0.01" >> /tmp/ds005/nipype.cfg
141141
echo "hash_method = content" >> /tmp/ds005/nipype.cfg
142142
cp /tmp/ds005/nipype.cfg /tmp/ds054/nipype.cfg
143143
cp /tmp/ds005/nipype.cfg /tmp/ds210/nipype.cfg

0 commit comments

Comments
 (0)