From f1fde88bf17c3efcb12bcc2da4cc004367f01260 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Sat, 5 Mar 2011 22:39:48 +0100 Subject: [PATCH] Do not waste quite so much time in the test suite. --- lib/modules/testsuite.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/testsuite.in b/lib/modules/testsuite.in index 1b4a606b74..f1dfa2c72d 100644 --- a/lib/modules/testsuite.in +++ b/lib/modules/testsuite.in @@ -821,7 +821,7 @@ test_true([[ Process.system(RUNPIKE+" -e 'exit(1)'") #endif /* __NT__ */ ]]) -test_any([[object p=Process.create_process(Process.split_quoted_string(RUNPIKE)+({"-e","exit(2)"})); sleep(10); return p->wait()]],2) +test_any([[object p=Process.create_process(Process.split_quoted_string(RUNPIKE)+({"-e","exit(2)"})); sleep(2); return p->wait()]],2) test_eq([[ #ifdef __NT__ Process.popen(RUNPIKE+" -e \"write(\\\"test\\\");\"") -- GitLab