We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7693115 commit 19e6dfdCopy full SHA for 19e6dfd
.github/workflows/integration-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
integration_tests:
23
runs-on: ubuntu-latest
24
continue-on-error: ${{ inputs.experimental }}
25
- timeout-minutes: 20
+ timeout-minutes: 40
26
steps:
27
- name: Output test information
28
run: echo "Running ITs with ${{ inputs.http-client }}, ${{ inputs.kube-version }}, ${{ inputs.java-version }}"
0 commit comments