Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Source Tiktok Marketing: fix test timeout #18433

Merged
merged 1 commit into from
Oct 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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