1
0
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:
Michael Wallner 2017-09-04 15:33:59 +02:00
parent e1dbd8980e
commit 6ab3ae0762
No known key found for this signature in database
GPG Key ID: 480E3E14B0A4C7C7

View 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();