Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 7527a51

Browse files
committed
Increase timeout
1 parent 8989de3 commit 7527a51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
needs: [build-quesma-docker-image, check-comment]
5454
if: ${{ always() && (github.event_name != 'issue_comment' || needs.check-comment.result == 'success') }}
55+
timeout-minutes: 20
5556
steps:
5657
- uses: actions/checkout@v4
5758
with:
@@ -105,7 +106,7 @@ jobs:
105106
106107
- name: Run integration tests
107108
working-directory: ci/it
108-
run: go test -v
109+
run: go test -timeout 20m -v
109110
110111
- name: Send Slack notification on failure
111112
if: ${{ failure() && github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)