Give extra time for auth setup on C* 1.2 tests
This commit is contained in:
		| @@ -40,7 +40,7 @@ def setup_module(): | |||||||
|     ccm_cluster.start(wait_for_binary_proto=True, wait_other_notice=True) |     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  |     # 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 |     # get the auth (and default user) setup. Sleep here to give it a chance | ||||||
|     time.sleep(2) |     time.sleep(10) | ||||||
|  |  | ||||||
|  |  | ||||||
| def teardown_module(): | def teardown_module(): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Kishan Karunaratne
					Kishan Karunaratne