summaryrefslogtreecommitdiffstats
path: root/proxy/tests/t_basic.py
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/tests/t_basic.py')
-rwxr-xr-xproxy/tests/t_basic.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/proxy/tests/t_basic.py b/proxy/tests/t_basic.py
index f221e6f..faa13c3 100755
--- a/proxy/tests/t_basic.py
+++ b/proxy/tests/t_basic.py
@@ -42,8 +42,8 @@ def run(testdir, env, conf, expected_failure=False):
stderr=logfile, env=svcenv, preexec_fn=os.setsid)
try:
- p1.wait(30)
- p2.wait(30)
+ p1.wait(10)
+ p2.wait(10)
except subprocess.TimeoutExpired:
# {p1,p2}.returncode are set to None here
pass