travis: fix expectations
[m6w6/ext-pq] / tests / cancel001.phpt
index 8ca8793e8043184485ade748d0fa3d2baf6ae995..2cc5896996ea34f494b3771db97511f119377c2a 100644 (file)
@@ -12,7 +12,7 @@ $c = new pq\Connection(PQ_DSN);
 
 $x = new pq\Cancel($c);
 
-$c->execAsync("SELECT pg_sleep(2)");
+$c->execAsync("SELECT pg_sleep(10)");
 
 $x->cancel();