fix timing issue in the aggressive registration test

This commit is contained in:
Aaron Blankstein
2017-10-05 19:53:40 -04:00
parent f955f00cbc
commit 983cd8cc9c

View File

@@ -179,6 +179,11 @@ def scenario( wallets, **kw ):
time.sleep(10)
'''
print 'Wait for zonefile to get picked up and confirmed?'
time.sleep(10)
time.sleep(10)
testlib.next_block(**kw)
res = testlib.blockstack_REST_call("GET", "/v1/names/bar.test", ses)
if 'error' in res or res['http_status'] != 200:
res['test'] = 'Failed to get name bar.test'