Skip to content

Commit 19e6dfd

Browse files
authored
improve: IT timeout (#2291) (#2316)
Signed-off-by: Attila Mészáros <csviri@gmail.com>
1 parent 7693115 commit 19e6dfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)