Skip to content

Commit

Permalink
Reverting back to 25 dht nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsZeilemaker committed Apr 19, 2013
1 parent 601bfd3 commit 4843bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tribler/Test/test_libtorrent_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def do_vod():
def startTest(self, callback):
def wait_for_libtorrent():
ltmgr = LibtorrentMgr.getInstance()
self.CallConditional(120, lambda: ltmgr.get_dht_nodes() > 100, callback)
self.CallConditional(120, lambda: ltmgr.get_dht_nodes() > 25, callback)

TestGuiAsServer.startTest(self, wait_for_libtorrent)

Expand Down

0 comments on commit 4843bdb

Please sign in to comment.