travis: fix expectations
authorMichael Wallner <mike@php.net>
Mon, 4 Sep 2017 13:33:59 +0000 (15:33 +0200)
committerMichael Wallner <mike@php.net>
Mon, 4 Sep 2017 13:33:59 +0000 (15:33 +0200)
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();