Skip to content

Commit

Permalink
test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Yanxuan Liu <[email protected]>
  • Loading branch information
YanxuanLiu committed Dec 19, 2024
1 parent 93bdf49 commit 27963bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mvn-verify-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,13 @@ jobs:
key: ${{ env.dailyCacheKey }}
restore-keys: ${{ runner.os }}-maven-
- name: populate-daily-cache
timeout-minutes: 30
timeout-minutes: 1
continue-on-error: true
if: steps.cache.outputs.cache-hit != 'true'
env:
SCALA_VER: '2.12'
run: |
sleep 70
. .github/workflows/mvn-verify-check/populate-daily-cache.sh
- name: all shim versions
id: all212ShimVersionsStep
Expand Down

0 comments on commit 27963bb

Please sign in to comment.