diff --git a/.woodpecker/.integration.yml b/.woodpecker/.integration.yml index ec11fe7..61dd62b 100644 --- a/.woodpecker/.integration.yml +++ b/.woodpecker/.integration.yml @@ -23,6 +23,7 @@ steps: - name: verify_connection image: *golang_image commands: + - sleep 20 - curl --noproxy "*" http://forgejo:3000/api/v1/version - name: test