about summary refs log tree commit diff
path: root/nixos/tests/postgresql.nix
diff options
context:
space:
mode:
authorDavid Arnold <dgx.arnold@gmail.com>2021-08-20 13:18:59 -0500
committerDavid Arnold <dgx.arnold@gmail.com>2021-08-20 14:36:48 -0500
commitc1fcae3e8807991407a063a5e6dc3e71b85da8a7 (patch)
treef25485bf177b4c7c9b5c23ea7b9f0f7f3bb054ee /nixos/tests/postgresql.nix
parent571044ad8ad927552555c2a37d291eab4a71fa80 (diff)
nixos/test: some test fixes in succession of #125992
Diffstat (limited to 'nixos/tests/postgresql.nix')
-rw-r--r--nixos/tests/postgresql.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/postgresql.nix b/nixos/tests/postgresql.nix
index 4e5f921696711..2b487c20a6258 100644
--- a/nixos/tests/postgresql.nix
+++ b/nixos/tests/postgresql.nix
@@ -61,6 +61,7 @@ let
 
       with subtest("Postgresql survives restart (bug #1735)"):
           machine.shutdown()
+          import time
           time.sleep(2)
           machine.start()
           machine.wait_for_unit("postgresql")