We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a3193 commit cbb1a14Copy full SHA for cbb1a14
src/pytest_ansible_network_integration/defs.py
@@ -274,7 +274,7 @@ def get_dhcp_lease(self, current_lab_id: str) -> str:
274
275
ips = [leases[mac] for mac in macs if mac in leases]
276
attempt += 1
277
- if attempt == 30:
+ if attempt == 50:
278
raise PytestNetworkError("Could not find IPs")
279
time.sleep(10)
280
0 commit comments