From d0df745ac55dc3825947ab692d55a5074ec23664 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Fri, 27 Nov 2020 13:39:32 +0100 Subject: [PATCH] tests: add low default timeout --- tests/lib/testing-python.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = ''