forked from TrueCloudLab/frostfs-testcases
Add timeout between commands
Signed-off-by: anikeev-yadro <a.anikeev@yadro.com>
This commit is contained in:
parent
f9fa249cf2
commit
c4b1bcad1c
1 changed files with 2 additions and 1 deletions
|
@ -188,8 +188,9 @@ def include_node_to_network_map(
|
|||
) -> None:
|
||||
node_set_status(hosting, node_to_include, status="online")
|
||||
|
||||
time.sleep(parse_time(MORPH_BLOCK_TIME))
|
||||
time.sleep(parse_time(MORPH_BLOCK_TIME) * 2)
|
||||
tick_epoch(shell=shell)
|
||||
time.sleep(parse_time(MORPH_BLOCK_TIME) * 2)
|
||||
|
||||
check_node_in_map(node_to_include, shell, alive_node)
|
||||
|
||||
|
|
Loading…
Reference in a new issue