Change local timeout

Signed-off-by: Dmitriy Zayakin <d.zayakin@yadro.com>
master
Dmitriy Zayakin 2023-11-23 08:03:31 +03:00
parent f072f88673
commit d1ba7eb661
1 changed files with 1 additions and 1 deletions

View File

@ -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):