Skip to content

Commit

Permalink
extend tests timeout to avoid errors (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Barra committed Jul 19, 2017
1 parent c4d1bbe commit 3f79d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ async def test_put_archive(docker, testing_images):
path='/tmp',
data=file_like_object.getvalue())
await container.start()
await container.wait(timeout=1)
await container.wait(timeout=5)

output = await container.log(stdout=True, stderr=True)
output.strip()
Expand Down

0 comments on commit 3f79d5d

Please sign in to comment.