Skip to content

Commit e24481a

Browse files
committed
checks/shutdown-command: bump sleep
1 parent b6a576f commit e24481a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checks/shutdown-command.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ builtins.mapAttrs (_: nixos:
3636
microvm-run > $out &
3737
export MAINPID=$!
3838
39-
sleep 10
39+
sleep 30
4040
echo Now shutting down
4141
microvm-shutdown
4242
''

0 commit comments

Comments
 (0)