ci:测试超时设置600s

This commit is contained in:
rulego-team
2025-12-21 11:57:52 +08:00
parent 2db23f5b99
commit 52653b2143
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
run: go mod download
- name: Run all tests
run: go test -v -race -timeout 300s ./...
run: go test -v -race -timeout 600s ./...
release:
name: Create Release