X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fcancel001.phpt;h=2cc5896996ea34f494b3771db97511f119377c2a;hb=60869058393eda55f383c5bfa1b54d98713e9391;hp=8ca8793e8043184485ade748d0fa3d2baf6ae995;hpb=768d8a8ddc93afddc736df5b1442ad5b326f3c4e;p=m6w6%2Fext-pq 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();