From: Michael Wallner Date: Mon, 4 Sep 2017 13:33:59 +0000 (+0200) Subject: travis: fix expectations X-Git-Tag: v2.1.3~6 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=6ab3ae07622e825b32ec6c9bf781def373dad616;ds=sidebyside travis: fix expectations --- diff --git a/tests/cancel001.phpt b/tests/cancel001.phpt index 8ca8793..2cc5896 100644 --- a/tests/cancel001.phpt +++ b/tests/cancel001.phpt @@ -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();