Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Oct 9, 2023
1 parent bf88f39 commit 673c283
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 @@ -13,7 +13,7 @@ COPY . .
RUN go build -o /bin/exclude-prefixes .

FROM build as test
CMD go test -test.v ./... -count=10000
CMD go test -test.v ./... -count=10000 -timeout 1000m

FROM test as debug
CMD dlv -l :40000 --headless=true --api-version=2 test -test.v ./...
Expand Down

0 comments on commit 673c283

Please sign in to comment.