projects
/
m6w6
/
ext-pq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
e1dbd89
)
travis: fix expectations
author
Michael Wallner
<mike@php.net>
Mon, 4 Sep 2017 13:33:59 +0000
(15:33 +0200)
committer
Michael Wallner
<mike@php.net>
Mon, 4 Sep 2017 13:33:59 +0000
(15:33 +0200)
tests/cancel001.phpt
patch
|
blob
|
history
diff --git
a/tests/cancel001.phpt
b/tests/cancel001.phpt
index 8ca8793e8043184485ade748d0fa3d2baf6ae995..2cc5896996ea34f494b3771db97511f119377c2a 100644
(file)
--- 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();