Skip to content

Commit 7895aec

Browse files
Update test_dashboard_api_python_library.py
1 parent 57a00c8 commit 7895aec

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
@@ -210,7 +210,7 @@ def test_delete_network(dashboard, network):
210210
response = dashboard.networks.deleteNetwork(network['id'])
211211

212212
total_wait = 0
213-
max_wait = 40
213+
max_wait = 120
214214

215215
while response is not None and total_wait <= max_wait:
216216
wait_time = random.randint(1, 20)

0 commit comments

Comments
 (0)