Skip to content

Commit

Permalink
ci: wait 3 minutes before smoke test and eslint-plugin-oxlint
Browse files Browse the repository at this point in the history
closes #7789
  • Loading branch information
Boshen committed Dec 13, 2024
1 parent 6bc530d commit f8175c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_oxlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ jobs:
fail_on_unmatched_files: true
target_commitish: ${{ github.sha }}

- name: wait 1 minute for smoke test
run: sleep 60s
- name: wait 3 minutes for smoke test
run: sleep 180s

smoke:
needs: [check, publish]
Expand All @@ -240,7 +240,7 @@ jobs:
npx oxlint@${OXLINT_VERSION} ./test.js
eslint-plugin-oxlint:
needs: [check, publish]
needs: [check, publish, smoke]
name: Update eslint-plugin-oxlint
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f8175c5

Please sign in to comment.