Skip to content

Commit 9304493

Browse files
committed
ci: widen windows uni watch budget
1 parent 1c809fd commit 9304493

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/e2e-watch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ jobs:
200200
timeout_minutes: 60
201201
watch_timeout_ms: '420000'
202202
watch_poll_ms: '40'
203+
watch_max_plugin_process_ms: '9000'
203204
watch_command_timeout_ms: '1500000'
204205
- os: windows-latest
205206
runner_label: windows
@@ -419,6 +420,7 @@ jobs:
419420
timeout_minutes: 60
420421
watch_timeout_ms: '420000'
421422
watch_poll_ms: '40'
423+
watch_max_plugin_process_ms: '9000'
422424
watch_command_timeout_ms: '1500000'
423425
- os: windows-latest
424426
runner_label: windows

packages/weapp-tailwindcss/test/ci/workflows.test.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ describe('e2e watch workflow', () => {
285285
round_profile: 'issue33',
286286
timeout_minutes: 60,
287287
watch_timeout_ms: '420000',
288+
watch_max_plugin_process_ms: '9000',
288289
watch_command_timeout_ms: '1500000',
289290
},
290291
{
@@ -371,6 +372,16 @@ describe('e2e watch workflow', () => {
371372
...slowMacosWeappViteBudget,
372373
'node-version': 24,
373374
}))
375+
expect(nightlyRows).toContainEqual(expect.objectContaining({
376+
os: 'windows-latest',
377+
runner_label: 'windows',
378+
watch_case: 'uni-app-vite-tailwindcss-v3',
379+
round_profile: 'issue33',
380+
timeout_minutes: 60,
381+
watch_timeout_ms: '420000',
382+
watch_max_plugin_process_ms: '9000',
383+
watch_command_timeout_ms: '1500000',
384+
}))
374385
expect(nightlyRows).toContainEqual(expect.objectContaining({
375386
os: 'macos-latest',
376387
runner_label: 'macos',

0 commit comments

Comments
 (0)