Skip to content

Commit 2a71784

Browse files
committed
ci: increase timeout
1 parent f10800b commit 2a71784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Golang Test Helper
131131
if: ${{ needs.analyze-changes.outputs.go_helper_any_changed == 'true' }}
132132
run: |
133-
go test -v ./test
133+
go test -v ./test -timeout 30m
134134
135135
- name: Upload KinD logs
136136
if: always()

0 commit comments

Comments
 (0)