about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/slurm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/slurm.nix')
-rw-r--r--nixpkgs/nixos/tests/slurm.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/nixos/tests/slurm.nix b/nixpkgs/nixos/tests/slurm.nix
index 720c36d472e1..4c2cd3c3d264 100644
--- a/nixpkgs/nixos/tests/slurm.nix
+++ b/nixpkgs/nixos/tests/slurm.nix
@@ -135,8 +135,8 @@ in {
 
   subtest "check_slurm_dbd", sub {
     # find the srun job from above in the database
-    sleep 2;
-    $submit->succeed("sacct | grep hostname");
+    sleep 5;
+    $control->succeed("sacct | grep hostname");
   };
   '';
 })