Skip to content

Commit

Permalink
Source Amazon Ads: increase timeout for SAT (#14167)
Browse files Browse the repository at this point in the history
  • Loading branch information
bazarnov authored Jun 27, 2022
1 parent c113f24 commit 1d5ff44
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tests:
extra_fields: no
exact_order: no
extra_records: no
timeout_seconds: 900
timeout_seconds: 3600
# THIS TEST IS COMMENTED OUT BECAUSE OF
# https://advertising.amazon.com/API/docs/en-us/info/release-notes#sandbox-deprecation-on-june-28-2022
# - config_path: "secrets/config.json"
Expand All @@ -40,7 +40,7 @@ tests:
full_refresh:
- config_path: "secrets/config_test_account.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
timeout_seconds: 1800
timeout_seconds: 3600
# THIS TEST IS COMMENTED OUT BECAUSE OF
# https://advertising.amazon.com/API/docs/en-us/info/release-notes#sandbox-deprecation-on-june-28-2022
# - config_path: "secrets/config.json"
Expand Down

0 comments on commit 1d5ff44

Please sign in to comment.