Skip to content

Commit 131e183

Browse files
committed
Add testcase for CmdWatchCreate.go
1 parent 8822b54 commit 131e183

File tree

3 files changed

+1449
-2
lines changed

3 files changed

+1449
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version: '1.26.x'
2323

2424
- name: Build
25-
run: go build -v ./...
25+
run: go build -v ./... -timeout 1200s
2626

2727
- name: Test
28-
run: go test -v ./...
28+
run: go test -v ./... -timeout 1200s

0 commit comments

Comments
 (0)