nixosTests.gitea: fix sshd race condition

This commit is contained in:
IndeedNotJames 2023-04-19 09:11:00 +02:00
parent e6a04bc9ef
commit 254180d508
No known key found for this signature in database
GPG key ID: 0AD773CE46FD0F87

View file

@ -72,6 +72,7 @@ let
server.wait_for_unit("gitea.service")
server.wait_for_open_port(3000)
server.wait_for_open_port(22)
server.succeed("curl --fail http://localhost:3000/")
server.succeed(