Skip to content

Commit f8a9fc7

Browse files
committed
reduce resource_monitor_frequency on tests (and we test it works)
1 parent c83c407 commit f8a9fc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/files/run_examples.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ echo "log_directory = ${WORKDIR}/logs/example_${example_id}" >> ${HOME}/.nipype/
1919
if [[ "${NIPYPE_RESOURCE_MONITOR:-0}" == "1" ]]; then
2020
echo '[execution]' >> ${HOME}/.nipype/nipype.cfg
2121
echo 'resource_monitor = true' >> ${HOME}/.nipype/nipype.cfg
22+
echo 'resource_monitor_frequency = 3' >> ${HOME}/.nipype/nipype.cfg
2223
fi
2324

2425
# Set up coverage

0 commit comments

Comments
 (0)