fix indentation level
This commit is contained in:
parent
160a7cc7b7
commit
381d0a9e01
1 changed files with 1 additions and 1 deletions
|
|
@ -474,7 +474,7 @@ def test_examples_in_folder(folderpath):
|
|||
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE)
|
||||
try:
|
||||
if BUILD_TIMEOUT:
|
||||
if BUILD_TIMEOUT:
|
||||
out, err = proc.communicate(timeout=popen_timeout)
|
||||
else:
|
||||
out, err = proc.communicate(timeout=120)
|
||||
|
|
|
|||
Loading…
Reference in a new issue