Skip to content

Commit 52653b2

Browse files
committed
ci:测试超时设置600s
1 parent 2db23f5 commit 52653b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: go mod download
3333

3434
- name: Run all tests
35-
run: go test -v -race -timeout 300s ./...
35+
run: go test -v -race -timeout 600s ./...
3636

3737
release:
3838
name: Create Release

0 commit comments

Comments
 (0)