Unverified Commit 77ed311f authored by r-vdp's avatar r-vdp
Browse files

nixos-test-driver: fix formatting to fix build

parent 332adeef
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})"
        )