Skip to content

Commit 8001f6e

Browse files
committed
tests: Increase another timeout to make travis happy.
1 parent 5a4e8cd commit 8001f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ async def test_prepare_18_empty_result(self):
360360

361361
async def test_prepare_19_concurrent_calls(self):
362362
st = self.loop.create_task(self.con.fetchval(
363-
'SELECT ROW(pg_sleep(0.03), 1)'))
363+
'SELECT ROW(pg_sleep(0.1), 1)'))
364364

365365
# Wait for some time to make sure the first query is fully
366366
# prepared (!) and is now awaiting the results (!!).

0 commit comments

Comments
 (0)