[tests] Fix typo.

This commit is contained in:
Daniele Alessandri
2015-07-25 21:58:52 +02:00
parent a22858438d
commit 833e46b79d
+1 -1
View File
@@ -32,7 +32,7 @@ class DispatcherLoopTest extends PredisTestCase
'host' => REDIS_SERVER_HOST,
'port' => REDIS_SERVER_PORT,
'database' => REDIS_SERVER_DBNUM,
// Prevents suite from handing on broken test
// Prevents suite from hanging on broken test
'read_write_timeout' => 2,
);