forked from TrueCloudLab/frostfs-testcases
timeout on "make up" increased to 120 sec
Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
This commit is contained in:
parent
23ed8966ec
commit
40db81216a
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ def make_up(services=['']):
|
|||
else:
|
||||
cmd = f'make up/basic; make update.max_object_size val={SIMPLE_OBJ_SIZE}'
|
||||
logger.info(f"Cmd: {cmd}")
|
||||
_cmd_run(cmd, timeout=80)
|
||||
_cmd_run(cmd, timeout=120)
|
||||
|
||||
os.chdir(test_path)
|
||||
|
||||
|
|
Loading…
Reference in a new issue