Skip to content

Commit

Permalink
squash this
Browse files Browse the repository at this point in the history
  • Loading branch information
Varunram committed Dec 5, 2018
1 parent 861e468 commit 034008f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/itest_reconnect.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

import time
import testlib

def simple(env):
Expand Down Expand Up @@ -42,7 +42,7 @@ def inbound(env):
print('Restarting...')
lit1.start()
lit1.resync()

time.sleep(5)
print('Connecting to node 2 (inbound)...')
lit2.connect_to_peer(lit1)
l2p2 = lit1.get_peer_id(lit2)
Expand Down Expand Up @@ -104,7 +104,7 @@ def reordered_inbound(env):
print('Restarting...')
lit1.start()
lit1.resync()

time.sleep(5)
print('Connecting nodes again... (3 then 2, reversed)')
lit2.connect_to_peer(lit1)
lit3.connect_to_peer(lit1)
Expand Down

0 comments on commit 034008f

Please sign in to comment.