From 6d57b96837ca47f43500e959ab4156446b1ac11b Mon Sep 17 00:00:00 2001 From: Piotr Stachyra Date: Wed, 15 Nov 2023 20:30:22 +0100 Subject: [PATCH] raise integration test timeout --- src/integration_tests/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integration_tests/constants.go b/src/integration_tests/constants.go index 962ce4e..70543a0 100644 --- a/src/integration_tests/constants.go +++ b/src/integration_tests/constants.go @@ -17,7 +17,7 @@ const ( UPTIME_SERVICE_CONFIG_DIR = TEST_DATA_FOLDER + "/topology/uptime_service_config" APP_CONFIG_FILE = UPTIME_SERVICE_CONFIG_DIR + "/app_config.json" - TIMEOUT_IN_S = 600 + TIMEOUT_IN_S = 800 // AWS Keyspaces DATABASE_MIGRATION_DIR = "../../database/migrations"