Skip to content
Snippets Groups Projects
Commit 18e55c6f authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

dist: tools: testrunner: increase default timeout to 10 secs

parent c72bae6d
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
import os, signal, sys, subprocess import os, signal, sys, subprocess
from pexpect import spawnu, TIMEOUT, EOF from pexpect import spawnu, TIMEOUT, EOF
def run(testfunc, timeout=5, echo=True): def run(testfunc, timeout=10, echo=True):
env = os.environ.copy() env = os.environ.copy()
child = spawnu("make term", env=env, timeout=timeout) child = spawnu("make term", env=env, timeout=timeout)
if echo: if echo:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment