diff --git a/tests/lib/testing-python.nix b/tests/lib/testing-python.nix index 45426ea..f9715d8 100644 --- a/tests/lib/testing-python.nix +++ b/tests/lib/testing-python.nix @@ -58,6 +58,8 @@ rec { LOGFILE=/dev/null tests='exec(os.environ["testScript"])' ${driver}/bin/nixos-test-driver ''; + + meta = { timeout = 120; } // driver.meta or { }; }; defaultTestScript = ''