diff --git a/lib/modules/testsuite.in b/lib/modules/testsuite.in index 1b4a606b74b10d18b7d15f0b36c97799a7bc0025..f1dfa2c72d0a7b08fbb7c0c735c526c806709fbb 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\\\");\"")