Skip to content

Commit a04c1e8

Browse files
committed
Merge pull request #417 from satra/fix/captureoutput
fix: all of stdout captured in subprocess call closes #181
2 parents db8bcf7 + b2a38a6 commit a04c1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ def _read(self, drain):
932932
self._lastidx = len(self._rows)
933933

934934

935-
def run_command(runtime, timeout=0.2):
935+
def run_command(runtime, timeout=0.01):
936936
"""
937937
Run a command, read stdout and stderr, prefix with timestamp. The returned
938938
runtime contains a merged stdout+stderr log with timestamps

0 commit comments

Comments
 (0)