Skip to content

Commit

Permalink
Increase timeout to 50s
Browse files Browse the repository at this point in the history
  • Loading branch information
alinz committed Apr 17, 2024
1 parent c84ee3e commit 7f01646
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 10s ./... -v
RUN go test -race -timeout 50s ./... -v

## BUILD API
RUN go build -ldflags="-w -s -X main.GitCommit=${GIT_COMMIT} -X main.Version=${VERSION}" -o ./bus-server cmd/server/main.go
Expand Down

0 comments on commit 7f01646

Please sign in to comment.