Unverified Commit d8ed3999 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

nixos-test-driver: fix formatting to fix build (#474664)

parents 332adeef 77ed311f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -110,8 +110,7 @@ def retry(fn: Callable, timeout_seconds: int = 900) -> None:

    if not fn(True):
        raise RequestedAssertionFailed(
            f"action timed out after {elapsed:.2f} seconds "
            f"(timeout={timeout_seconds})"
            f"action timed out after {elapsed:.2f} seconds (timeout={timeout_seconds})"
        )