Change local timeout

Signed-off-by: Dmitriy Zayakin <d.zayakin@yadro.com>
This commit is contained in:
Dmitriy Zayakin 2023-11-23 08:03:31 +03:00
parent f072f88673
commit d1ba7eb661

View file

@ -17,7 +17,7 @@ from frostfs_testlib.utils.cli_utils import _configure_aws_cli
reporter = get_reporter() reporter = get_reporter()
logger = logging.getLogger("NeoLogger") logger = logging.getLogger("NeoLogger")
command_options = CommandOptions(timeout=240) command_options = CommandOptions(timeout=480)
class AwsCliClient(S3ClientWrapper): class AwsCliClient(S3ClientWrapper):