Skip to content

Commit f869f73

Browse files
committed
2 parents cd356bb + c221673 commit f869f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-build-test-and-license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: go build -v ./...
2323

2424
- name: Test RaceConditions Extended
25-
run: go test -bench=. -benchtime=10s -test.parallel 1 -race -v
25+
run: go test -bench=. -benchtime=100s -test.parallel 1 -race -v
2626

2727
- name: Setup License Server
2828
run: go install github.com/google/go-licenses@latest

0 commit comments

Comments
 (0)