From db45b6423e540dd03402de66fdc8675ff71ef36b Mon Sep 17 00:00:00 2001 From: Mia Altieri Date: Wed, 25 Oct 2023 07:41:10 +0000 Subject: [PATCH] backup tests failing due to not enough timeout period --- tests/integration/backup_tests/test_backups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/backup_tests/test_backups.py b/tests/integration/backup_tests/test_backups.py index b7cb64d48..41c9f178a 100644 --- a/tests/integration/backup_tests/test_backups.py +++ b/tests/integration/backup_tests/test_backups.py @@ -14,7 +14,7 @@ from . import helpers S3_APP_NAME = "s3-integrator" -TIMEOUT = 15 * 60 +TIMEOUT = 20 * 60 ENDPOINT = "s3-credentials" NEW_CLUSTER = "new-mongodb"