client fix test

This commit is contained in:
kremsy 2014-04-20 18:53:23 +02:00 committed by Steffen Schröder
parent a54bf3dd19
commit e40df45cd9

View File

@ -18,8 +18,8 @@ class GbxRemote
private $socket;
private $timeouts = array(
'open' => 5,
'read' => 1000,
'write' => 1000
'read' => 5000,
'write' => 5000
);
private $requestHandle;
private $callbacksBuffer = array();