Skip to content

Commit

Permalink
tests.py: add missing reconnectinterval parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Vasiliy Kiryanov <[email protected]>
  • Loading branch information
broeng authored and vasiliyk committed Nov 11, 2014
1 parent 16212b3 commit 9b7cadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def tearDown(self):
tcollector.random.shuffle = self.random_shuffle

def mkSenderThread(self, tsds):
return tcollector.SenderThread(None, True, tsds, False, {})
return tcollector.SenderThread(None, True, tsds, False, {}, reconnectinterval=5)

def test_blacklistOneConnection(self):
tsd = ("localhost", 4242)
Expand Down

0 comments on commit 9b7cadb

Please sign in to comment.