We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2256dc5 commit 58a08faCopy full SHA for 58a08fa
.circleci/config.yml
@@ -136,8 +136,8 @@ jobs:
136
name: Create Nipype config files
137
command: |
138
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
+ printf "[execution]\nstop_on_first_crash = true\n" > /tmp/ds005/nipype.cfg
+ echo "poll_sleep_duration = 0.01" >> /tmp/ds005/nipype.cfg
141
echo "hash_method = content" >> /tmp/ds005/nipype.cfg
142
cp /tmp/ds005/nipype.cfg /tmp/ds054/nipype.cfg
143
cp /tmp/ds005/nipype.cfg /tmp/ds210/nipype.cfg
0 commit comments