Fix sbecloud nightly run

Signed-off-by: Yulia Kovshova <y.kovshova@yadro.com>
This commit is contained in:
Юлия Ковшова 2022-09-30 18:58:46 +03:00 committed by Julia Kovshova
parent 92f7470757
commit c71d24ea76
2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,7 @@ from data_formatters import get_wallet_public_key
urllib3.disable_warnings() urllib3.disable_warnings()
########################################################## ##########################################################
logger = logging.getLogger("NeoLogger") logger = logging.getLogger("NeoLogger")
CREDENTIALS_CREATE_TIMEOUT = "30s" CREDENTIALS_CREATE_TIMEOUT = "1m"
NEOFS_EXEC = os.getenv("NEOFS_EXEC", "neofs-authmate") NEOFS_EXEC = os.getenv("NEOFS_EXEC", "neofs-authmate")
# Artificial delay that we add after object deletion and container creation # Artificial delay that we add after object deletion and container creation

View file

@ -22,7 +22,6 @@ urllib3.disable_warnings()
########################################################## ##########################################################
logger = logging.getLogger("NeoLogger") logger = logging.getLogger("NeoLogger")
CREDENTIALS_CREATE_TIMEOUT = "30s"
ACL_COPY = [ ACL_COPY = [
"private", "private",
"public-read", "public-read",