1
0
mirror of synced 2026-01-08 21:05:13 -05:00

🐛 Source Tiktok Marketing: fix test timeout (#18433)

This commit is contained in:
Artem Inzhyyants
2022-10-26 08:30:38 +02:00
committed by GitHub
parent 5361f14322
commit 96dfa8715b

View File

@@ -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