🐛 Source Tiktok Marketing: fix test timeout (#18433)
This commit is contained in:
@@ -68,23 +68,23 @@ tests:
|
||||
incremental:
|
||||
- config_path: "secrets/prod_config.json"
|
||||
configured_catalog_path: "integration_tests/streams_basic.json"
|
||||
timeout_seconds: 3600
|
||||
timeout_seconds: 7200
|
||||
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: 3600
|
||||
timeout_seconds: 7200
|
||||
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: 3600
|
||||
timeout_seconds: 7200
|
||||
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: 3600
|
||||
timeout_seconds: 7200
|
||||
- config_path: "secrets/prod_config.json"
|
||||
configured_catalog_path: "integration_tests/streams_reports_lifetime.json"
|
||||
timeout_seconds: 3600
|
||||
timeout_seconds: 7200
|
||||
Reference in New Issue
Block a user