Skip to content

Commit 7dd5f57

Browse files
Update test_dashboard_api_python_library.py
1 parent 4fe03a7 commit 7dd5f57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_dashboard_api_python_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def api_key(pytestconfig):
1313

1414
@pytest.fixture(scope='session')
1515
def dashboard(api_key):
16-
return meraki.DashboardAPI(api_key, suppress_logging=True)
16+
return meraki.DashboardAPI(api_key, suppress_logging=True, network_delete_retry_wait_time=600)
1717

1818

1919
@pytest.fixture(scope='session')

0 commit comments

Comments
 (0)