From 86b103f2713113327d1ee9325e1c635ec41e4009 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 9 Jan 2009 11:44:46 -0500 Subject: ENH: Extend kwsys.testProcess-4 timeout The test is supposed to terminate quickly when its child crashes, but that seems to take over 10s on busy systems. This extends the test's timeout to 30s to help it pass when running on a busy system. --- Source/kwsys/testProcess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/kwsys/testProcess.c b/Source/kwsys/testProcess.c index 5b2e148..c148b81 100644 --- a/Source/kwsys/testProcess.c +++ b/Source/kwsys/testProcess.c @@ -457,7 +457,7 @@ int main(int argc, const char* argv[]) int values[8] = {0, 123, 1, 1, 0, 0, 0, 0}; int outputs[8] = {1, 1, 1, 1, 1, 0, 1, 1}; int delays[8] = {0, 0, 0, 0, 0, 1, 0, 0}; - double timeouts[8] = {10, 10, 10, 10, 30, 10, -1, 10}; + double timeouts[8] = {10, 10, 10, 30, 30, 10, -1, 10}; int polls[8] = {0, 0, 0, 0, 0, 0, 1, 0}; int repeat[8] = {2, 1, 1, 1, 1, 1, 1, 1}; int r; -- cgit v0.12