From 94f3ab393ffcaa889312f8c17771700638bd37db Mon Sep 17 00:00:00 2001 From: ahocevar Date: Sun, 12 Aug 2012 22:08:43 +0200 Subject: [PATCH] Giving the test code more time to execute. --- tests/WPSProcess.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/WPSProcess.html b/tests/WPSProcess.html index 6bdfcc2430..44d81b3801 100644 --- a/tests/WPSProcess.html +++ b/tests/WPSProcess.html @@ -154,7 +154,7 @@ } }); - t.delay_call(0.2, function() { + t.delay_call(0.5, function() { t.eq(log.length, 1, 'chainProcess called'); t.eq(log[0], 1, 'executeCallback queued to wait for 1 chained process'); t.eq(done, true, 'execute successfully completed');