Skip to content

Commit 19e6dfd

Browse files
authored
improve: IT timeout (#2291) (#2316)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 7693115 commit 19e6dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
integration_tests:
2323
runs-on: ubuntu-latest
2424
continue-on-error: ${{ inputs.experimental }}
25-
timeout-minutes: 20
25+
timeout-minutes: 40
2626
steps:
2727
- name: Output test information
2828
run: echo "Running ITs with ${{ inputs.http-client }}, ${{ inputs.kube-version }}, ${{ inputs.java-version }}"

0 commit comments

Comments
 (0)