mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
Merge pull request #237475 from tbaggaley/master
test-driver: respect timeout in wait_until_fails
This commit is contained in:
commit
0b62a4642d
@ -641,7 +641,7 @@ class Machine:
|
||||
return status != 0
|
||||
|
||||
with self.nested(f"waiting for failure: {command}"):
|
||||
retry(check_failure)
|
||||
retry(check_failure, timeout)
|
||||
return output
|
||||
|
||||
def wait_for_shutdown(self) -> None:
|
||||
|
Loading…
Reference in New Issue
Block a user