Skip to content

Commit

Permalink
changed value of live_accounts in tests, added timeout (#22063)
Browse files Browse the repository at this point in the history
  • Loading branch information
darynaishchenko authored Jan 30, 2023
1 parent c6e82e7 commit b32db80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tests:
- config_path: "secrets/config.json"
basic_read:
- config_path: "secrets/config.json"
timeout_seconds: 600
configured_catalog_path: "integration_tests/configured_catalog.json"
empty_streams: ["account_performance_report_hourly","ad_group_performance_report_hourly","ad_performance_report_hourly","campaign_performance_report_hourly","keyword_performance_report_hourly"]
# incremental test doesn"t work if a single stream has multiple states
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ def test_accounts_live(config):
client = Client(**config)
accounts = Accounts(client, config)
records = accounts.read_records(SyncMode.full_refresh)
assert len(list(records)) == 4
assert len(list(records)) == 3

0 comments on commit b32db80

Please sign in to comment.