Skip to content

Commit

Permalink
add github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien committed Nov 14, 2024
1 parent eef1ea2 commit 179581d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Monitor Pods in Kind
run: |
timeout 300s kubectl get pods -w || exit 1
timeout 90s kubectl get pods -w || exit 1
- name: View Test Pod Logs
run: |
Expand Down

0 comments on commit 179581d

Please sign in to comment.