Skip to content

Commit 449f7a8

Browse files
committed
improve: IT timeout (#2291)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
1 parent 43b8591 commit 449f7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
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)