Skip to content

Commit b32db80

Browse files
changed value of live_accounts in tests, added timeout (#22063)
1 parent c6e82e7 commit b32db80

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

airbyte-integrations/connectors/source-bing-ads/acceptance-test-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ tests:
1313
- config_path: "secrets/config.json"
1414
basic_read:
1515
- config_path: "secrets/config.json"
16+
timeout_seconds: 600
1617
configured_catalog_path: "integration_tests/configured_catalog.json"
1718
empty_streams: ["account_performance_report_hourly","ad_group_performance_report_hourly","ad_performance_report_hourly","campaign_performance_report_hourly","keyword_performance_report_hourly"]
1819
# incremental test doesn"t work if a single stream has multiple states

airbyte-integrations/connectors/source-bing-ads/unit_tests/test_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ def test_accounts_live(config):
140140
client = Client(**config)
141141
accounts = Accounts(client, config)
142142
records = accounts.read_records(SyncMode.full_refresh)
143-
assert len(list(records)) == 4
143+
assert len(list(records)) == 3

0 commit comments

Comments
 (0)