Skip to content

Commit

Permalink
increased timeout for sat tests (#18114)
Browse files Browse the repository at this point in the history
 increase timeout for sat tests
  • Loading branch information
midavadim authored Oct 18, 2022
1 parent 7cb01a7 commit 510daa4
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,23 +68,23 @@ tests:
incremental:
- config_path: "secrets/prod_config.json"
configured_catalog_path: "integration_tests/streams_basic.json"
timeout_seconds: 2400
timeout_seconds: 3600
future_state_path: "integration_tests/abnormal_state.json"
- config_path: "secrets/prod_config.json"
configured_catalog_path: "integration_tests/streams_reports_daily.json"
timeout_seconds: 2400
timeout_seconds: 3600
future_state_path: "integration_tests/abnormal_state.json"
# LIFETIME granularity: does not support incremental sync

full_refresh:
- config_path: "secrets/prod_config.json"
configured_catalog_path: "integration_tests/streams_basic.json"
timeout_seconds: 2400
timeout_seconds: 3600
ignored_fields: # Important: sometimes some streams does not return the same records in subsequent syncs
"ad_groups": ["dayparting", "enable_search_result", "display_mode", "schedule_infos", "feed_type", "status" ]
- config_path: "secrets/prod_config.json"
configured_catalog_path: "integration_tests/streams_reports_daily.json"
timeout_seconds: 2400
timeout_seconds: 3600
- config_path: "secrets/prod_config.json"
configured_catalog_path: "integration_tests/streams_reports_lifetime.json"
timeout_seconds: 2400
timeout_seconds: 3600

0 comments on commit 510daa4

Please sign in to comment.