forked from TrueCloudLab/frostfs-testcases
Fix sbecloud nightly run
Signed-off-by: Yulia Kovshova <y.kovshova@yadro.com>
This commit is contained in:
parent
92f7470757
commit
c71d24ea76
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue