We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690775d commit cc4f819Copy full SHA for cc4f819
1 file changed
.github/workflows/ci-uat.yaml
@@ -14,7 +14,7 @@ jobs:
14
integration-tests:
15
name: "UATs (MicroK8s:${{ matrix.k8s-version }}): spark-${{ matrix.spark-version }} | ${{ matrix.bundle-backend }} | ${{ matrix.storage-backend }} | juju ${{ matrix.juju.agent }} "
16
runs-on: ["self-hosted-linux-amd64-jammy-xlarge"]
17
- timeout-minutes: 120
+ timeout-minutes: 150
18
strategy:
19
fail-fast: false
20
matrix:
@@ -119,7 +119,7 @@ jobs:
119
rm image.tar
120
- id: tests-integration
121
name: Run Integration Tests
122
- timeout-minutes: 90
+ timeout-minutes: 60
123
env:
124
AZURE_STORAGE_ACCOUNT: ${{ secrets.AZURE_STORAGE_ACCOUNT }}
125
AZURE_STORAGE_KEY: ${{ secrets.AZURE_STORAGE_KEY }}
0 commit comments