Skip to content

Commit

Permalink
raise integration test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-iohk committed Nov 15, 2023
1 parent 2727c54 commit 6d57b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration_tests/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6d57b96

Please sign in to comment.