Skip to content

Commit fc76569

Browse files
author
Daniel Chen
authored
increase timeout for e2e
1 parent 14a0951 commit fc76569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
| kapp deploy -a cert-injection-webhook -f- -y
172172
173173
- name: Run Tests
174-
run: go test -v ./e2e/...
174+
run: go test --timeout=30m -v ./e2e/...
175175

176176
release:
177177
needs:

0 commit comments

Comments
 (0)