File tree Expand file tree Collapse file tree
packages/weapp-tailwindcss/test/ci Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments