Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
alinz committed Apr 18, 2024
1 parent 0b00a02 commit 2eb4fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV GOEXPERIMENT=rangefunc
ENV GOPRIVATE=ella.to/*

## TEST GO UNIT TESTS
RUN go test -race -timeout 50s ./... -v
RUN go test -race -timeout 100s ./... -v

ARG GIT_COMMIT
ARG VERSION
Expand Down

0 comments on commit 2eb4fbe

Please sign in to comment.