Change local timeout
Signed-off-by: Dmitriy Zayakin <d.zayakin@yadro.com>
This commit is contained in:
parent
f072f88673
commit
d1ba7eb661
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ from frostfs_testlib.utils.cli_utils import _configure_aws_cli
|
|||
|
||||
reporter = get_reporter()
|
||||
logger = logging.getLogger("NeoLogger")
|
||||
command_options = CommandOptions(timeout=240)
|
||||
command_options = CommandOptions(timeout=480)
|
||||
|
||||
|
||||
class AwsCliClient(S3ClientWrapper):
|
||||
|
|
Loading…
Reference in a new issue