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 @@ -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
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments