From c5166211e1983d60c43a5c0fb8a074ad8f5dd3c8 Mon Sep 17 00:00:00 2001 From: Vadym Ratniuk Date: Tue, 18 Oct 2022 19:10:48 +0300 Subject: [PATCH] increased timeout for sat tests --- .../source-tiktok-marketing/acceptance-test-config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/airbyte-integrations/connectors/source-tiktok-marketing/acceptance-test-config.yml b/airbyte-integrations/connectors/source-tiktok-marketing/acceptance-test-config.yml index 8a39ffa837c9c..971be94ebdb6e 100644 --- a/airbyte-integrations/connectors/source-tiktok-marketing/acceptance-test-config.yml +++ b/airbyte-integrations/connectors/source-tiktok-marketing/acceptance-test-config.yml @@ -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 \ No newline at end of file + timeout_seconds: 3600 \ No newline at end of file