summaryrefslogtreecommitdiff
path: root/php/test
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-09-23 08:43:48 +0200
committerBenoit Foucher <benoit@zeroc.com>2017-09-23 08:43:48 +0200
commite1594ac56b34b05aa96b7773a3e03e189b36369a (patch)
tree9cb2e3fb224225974f817be66a608bb127ddca0e /php/test
parentFix ICE-8523 (diff)
downloadice-e1594ac56b34b05aa96b7773a3e03e189b36369a.tar.bz2
ice-e1594ac56b34b05aa96b7773a3e03e189b36369a.tar.xz
ice-e1594ac56b34b05aa96b7773a3e03e189b36369a.zip
Fixed sleep for invocation timeout test
Diffstat (limited to 'php/test')
-rw-r--r--php/test/Ice/timeout/Client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/test/Ice/timeout/Client.php b/php/test/Ice/timeout/Client.php
index ac51c5795d3..4bbd46af147 100644
--- a/php/test/Ice/timeout/Client.php
+++ b/php/test/Ice/timeout/Client.php
@@ -208,7 +208,7 @@ function allTests($communicator)
$con = connect($to);
try
{
- $to->sleep(500);
+ $to->sleep(750);
test(false);
}
catch(Exception $ex)