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 @@ -372,7 +372,7 @@ jobs:
372372 timeout_minutes : 150
373373 watch_timeout_ms : ' 600000'
374374 watch_poll_ms : ' 40'
375- watch_max_plugin_process_ms : ' 15000 '
375+ watch_max_plugin_process_ms : ' 60000 '
376376 watch_command_timeout_ms : ' 7200000'
377377 - os : windows-latest
378378 runner_label : windows
@@ -411,7 +411,7 @@ jobs:
411411 timeout_minutes : 120
412412 watch_timeout_ms : ' 420000'
413413 watch_poll_ms : ' 40'
414- watch_max_plugin_process_ms : ' 15000 '
414+ watch_max_plugin_process_ms : ' 60000 '
415415 watch_command_timeout_ms : ' 5400000'
416416 - os : windows-latest
417417 runner_label : windows
Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ describe('e2e watch workflow', () => {
390390 round_profile : 'default' ,
391391 timeout_minutes : 120 ,
392392 watch_timeout_ms : '420000' ,
393- watch_max_plugin_process_ms : '15000 ' ,
393+ watch_max_plugin_process_ms : '60000 ' ,
394394 watch_command_timeout_ms : '5400000' ,
395395 } ) )
396396 expect ( nightlyRows ) . toContainEqual ( expect . objectContaining ( {
@@ -411,7 +411,7 @@ describe('e2e watch workflow', () => {
411411 round_profile : 'default' ,
412412 timeout_minutes : 150 ,
413413 watch_timeout_ms : '600000' ,
414- watch_max_plugin_process_ms : '15000 ' ,
414+ watch_max_plugin_process_ms : '60000 ' ,
415415 watch_command_timeout_ms : '7200000' ,
416416 } ) )
417417 expect ( nightlyRows ) . toContainEqual ( expect . objectContaining ( {
You can’t perform that action at this time.
0 commit comments