diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-09-23 08:43:48 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-09-23 08:43:48 +0200 |
commit | e1594ac56b34b05aa96b7773a3e03e189b36369a (patch) | |
tree | 9cb2e3fb224225974f817be66a608bb127ddca0e /php/test | |
parent | Fix ICE-8523 (diff) | |
download | ice-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.php | 2 |
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) |