nixpkgs/nixos/lib/test-driver/test_driver
Thomas Baggaley 491efa0b3e test-driver: respect timeout in wait_until_fails
- `wait_until_fails` was not passing through its `timeout` argument to
  the internal `retry` function, hence was always using 900 seconds (the
  default timeout for `retry`) rather than the user-specified value.
2023-06-13 05:11:33 +01:00
..
__init__.py
driver.py
logger.py
machine.py test-driver: respect timeout in wait_until_fails 2023-06-13 05:11:33 +01:00
polling_condition.py
py.typed
vlan.py