Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcoding committed Mar 11, 2017
1 parent 65f3fe7 commit 2920432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ async def test__connect_force_disconnect(self):

async def test__close(self):
conn = asynctnt.Connection(host=self.tnt.host, port=self.tnt.port,
reconnect_timeout=0.3,
reconnect_timeout=0,
loop=self.loop)
await conn.connect()
await self.sleep(0.1)
Expand Down

0 comments on commit 2920432

Please sign in to comment.