Skip to content

Commit

Permalink
Increase timeout of e2e tests (#3355)
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
  • Loading branch information
haydentherapper committed Nov 10, 2023
1 parent aaa354d commit 9fdb37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ echo "running tests"

popd
go build -o cosign ./cmd/cosign
go test -tags=e2e -race $(go list ./... | grep -v third_party/)
go test -timeout 15m -tags=e2e -race $(go list ./... | grep -v third_party/)

# Test `cosign dockerfile verify`
./cosign dockerfile verify ./test/testdata/single_stage.Dockerfile --certificate-identity https://github.com/distroless/alpine-base/.github/workflows/release.yaml@refs/heads/main --certificate-oidc-issuer https://token.actions.githubusercontent.com
Expand Down

0 comments on commit 9fdb37c

Please sign in to comment.