Skip to content

Commit

Permalink
chore: add timeout to the integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulsametileri committed Feb 11, 2024
1 parent a17bdf5 commit 1b89837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/checkout@v3
- name: Integration Test
run: go test -v test/integration/integration_test.go
run: go test -timeout=15m -v test/integration/integration_test.go
env:
INPUT_PUBLISH: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1b89837

Please sign in to comment.