mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-15 04:04:18 +01:00
Previously, `wait_for_console_text` would block indefinitely until there were lines shown in the buffer. This is highly annoying when testing for things that can just hang for some reasons. This introduces a classical timeout mechanism via non-blocking get on the Queue. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| driver.py | ||
| logger.py | ||
| machine.py | ||
| polling_condition.py | ||
| py.typed | ||
| vlan.py | ||