Give extra time for auth setup on C* 1.2 tests

This commit is contained in:
Kishan Karunaratne
2015-04-16 17:53:28 -07:00
parent aa2be65810
commit b2514a898a

View File

@@ -40,7 +40,7 @@ def setup_module():
ccm_cluster.start(wait_for_binary_proto=True, wait_other_notice=True)
# there seems to be some race, with some versions of C* taking longer to
# get the auth (and default user) setup. Sleep here to give it a chance
time.sleep(2)
time.sleep(10)
def teardown_module():