From 267fb30898b8ec265926683130814fd2d27fd3b2 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Mon, 14 Apr 2014 14:14:54 +0100 Subject: [PATCH] Stream output and force a timeout --- tests/bootstrap/test_lint.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/bootstrap/test_lint.py b/tests/bootstrap/test_lint.py index adc233b..a05d0ca 100644 --- a/tests/bootstrap/test_lint.py +++ b/tests/bootstrap/test_lint.py @@ -22,6 +22,8 @@ class LintTestCase(BootstrapTestCase): 0, self.run_script( script=os.path.join(EXT_DIR, 'checkbashisms'), - args=('-pxfn', BOOTSTRAP_SCRIPT_PATH) + args=('-pxfn', BOOTSTRAP_SCRIPT_PATH), + timeout=120, + stream_stds=True ) )