Skip to content

Commit

Permalink
Add timeout for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
srebhan committed Aug 30, 2024
1 parent a49d903 commit fe079cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ commands:
equal: [ darwin, << parameters.os >> ]
steps:
- run: echo 'export RACE="$RACE -ldflags=-extldflags=-Wl,-ld_classic"' >> $BASH_ENV
- run: |
GOARCH=<< parameters.arch >> ./<< parameters.gotestsum >> -- ${RACE} -short ./...
- run:
command: GOARCH=<< parameters.arch >> ./<< parameters.gotestsum >> -- ${RACE} -short ./...
no_output_timeout: 30m
package-build:
parameters:
type:
Expand Down

0 comments on commit fe079cc

Please sign in to comment.