Skip to content

Commit

Permalink
apt: add sleep to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Aug 23, 2024
1 parent 2bc247f commit fad7774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/apt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ in
testScript = ''
start_all()
server.wait_for_unit("apt-setup")
server.succeed("sleep 2s")
server.succeed("apt install /etc/test.deb -y")
server.succeed("test -e /usr/share/doc/gcc-12-base/copyright")
server.succeed("apt-cache show fake-package")
Expand Down

0 comments on commit fad7774

Please sign in to comment.