mirror of
https://github.com/danog/ext-pq.git
synced 2024-11-26 20:04:44 +01:00
travis: fix expectations
This commit is contained in:
parent
e1dbd8980e
commit
6ab3ae0762
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user