Skip to content

Commit

Permalink
Increase timeout for CAT
Browse files Browse the repository at this point in the history
  • Loading branch information
lazebnyi committed Nov 12, 2024
1 parent bd253a3 commit fc14f28
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ acceptance_tests:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog_incremental.json"
timeout_seconds: 3600
timeout_seconds: 7200
future_state:
future_state_path: "integration_tests/future_state.json"
full_refresh:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
timeout_seconds: 3600
timeout_seconds: 7200

0 comments on commit fc14f28

Please sign in to comment.