Skip to content

Commit 5a4e8cd

Browse files
committed
tests: Increase timing to allow more leeway for travis.
1 parent bbd116b commit 5a4e8cd

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
@@ -384,7 +384,7 @@ async def test_prepare_20_concurrent_calls(self):
384384
meth = getattr(self.con, methname)
385385

386386
vf = self.loop.create_task(
387-
meth('SELECT ROW(pg_sleep(0.03), 1)'))
387+
meth('SELECT ROW(pg_sleep(0.1), 1)'))
388388

389389
await asyncio.sleep(0.01, loop=self.loop)
390390

0 commit comments

Comments
 (0)