Skip to content

Commit

Permalink
🐛 Source Tiktok Marketing: fix test timeout (#18433)
Browse files Browse the repository at this point in the history
  • Loading branch information
artem1205 authored and nataly committed Nov 3, 2022
1 parent 74d8131 commit b8ec447
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: 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

0 comments on commit b8ec447

Please sign in to comment.