Skip to content

Commit 1abef0a

Browse files
committed
ci: widen macos uni watch budget
1 parent 2d508ab commit 1abef0a

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
@@ -72,6 +72,7 @@ jobs:
7272
timeout_minutes: 60
7373
watch_timeout_ms: '420000'
7474
watch_poll_ms: '40'
75+
watch_max_plugin_process_ms: '9000'
7576
watch_command_timeout_ms: '1500000'
7677
- os: macos-latest
7778
runner_label: macos
@@ -392,6 +393,7 @@ jobs:
392393
timeout_minutes: 60
393394
watch_timeout_ms: '420000'
394395
watch_poll_ms: '40'
396+
watch_max_plugin_process_ms: '9000'
395397
watch_command_timeout_ms: '1500000'
396398
- os: macos-latest
397399
runner_label: macos

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ describe('e2e watch workflow', () => {
324324
round_profile: 'issue33',
325325
timeout_minutes: 60,
326326
watch_timeout_ms: '420000',
327+
watch_max_plugin_process_ms: '9000',
327328
watch_command_timeout_ms: '1500000',
328329
},
329330
]
@@ -373,6 +374,16 @@ describe('e2e watch workflow', () => {
373374
...slowMacosWeappViteBudget,
374375
'node-version': 24,
375376
}))
377+
expect(nightlyRows).toContainEqual(expect.objectContaining({
378+
os: 'macos-latest',
379+
runner_label: 'macos',
380+
watch_case: 'uni-app-vite-tailwindcss-v3',
381+
round_profile: 'issue33',
382+
timeout_minutes: 60,
383+
watch_timeout_ms: '420000',
384+
watch_max_plugin_process_ms: '9000',
385+
watch_command_timeout_ms: '1500000',
386+
}))
376387
expect(nightlyRows).toContainEqual(expect.objectContaining({
377388
os: 'windows-latest',
378389
runner_label: 'windows',

0 commit comments

Comments
 (0)