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');