Change local timeout #129

Merged
d.zayakin merged 1 commit from d.zayakin/frostfs-testlib:change-timeout-s3-v0.37 into support/v0.37 2023-11-23 12:30:46 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -50,10 +50,10 @@ basic = "frostfs_testlib.healthcheck.basic_healthcheck:BasicHealthcheck"
[tool.isort]
profile = "black"
src_paths = ["src", "tests"]
line_length = 100
line_length = 120
[tool.black]
line-length = 100
line-length = 120
target-version = ["py310"]
[tool.bumpver]

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