Skip to content

Commit cc4f819

Browse files
committed
provide better timeout settings
1 parent 690775d commit cc4f819

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-uat.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
integration-tests:
1515
name: "UATs (MicroK8s:${{ matrix.k8s-version }}): spark-${{ matrix.spark-version }} | ${{ matrix.bundle-backend }} | ${{ matrix.storage-backend }} | juju ${{ matrix.juju.agent }} "
1616
runs-on: ["self-hosted-linux-amd64-jammy-xlarge"]
17-
timeout-minutes: 120
17+
timeout-minutes: 150
1818
strategy:
1919
fail-fast: false
2020
matrix:
@@ -119,7 +119,7 @@ jobs:
119119
rm image.tar
120120
- id: tests-integration
121121
name: Run Integration Tests
122-
timeout-minutes: 90
122+
timeout-minutes: 60
123123
env:
124124
AZURE_STORAGE_ACCOUNT: ${{ secrets.AZURE_STORAGE_ACCOUNT }}
125125
AZURE_STORAGE_KEY: ${{ secrets.AZURE_STORAGE_KEY }}

0 commit comments

Comments
 (0)