-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scylla_cluster: introduce
cluster.default_wait_*
properties
* moving the setting those default timeout into the cluster `__init__` and a user of the cluster (i.e. dtest) can set those higher if needed. * removed `timeout` argument from `_start_scylla` since no code in ccm or dtest were using it. * reversed the order of `wait_for_binary_proto` with `wait_other_notice` since it was agree that `wait_for_starting` should happen first and the chances that after `wait_for_binary_proto` would end, `wait_other_notice` could finish much faster (current assumption is that no test is calling wait_other_notice=True while wait_for_binary_proto=False)
- Loading branch information
Showing
2 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters