Skip to content

Commit b2a38a6

Browse files
committed
fix: all of stdout captured in subprocess call closes #181
1 parent 85bc973 commit b2a38a6

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)