Skip to content

Commit c221673

Browse files
authored
Update go-build-test-and-license.yml
Extended Race Condition Testing to 100s.
1 parent 4abff41 commit c221673

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)