8181 timeout_minutes : 60
8282 watch_timeout_ms : ' 600000'
8383 watch_poll_ms : ' 40'
84- watch_max_plugin_process_ms : ' 3000 '
84+ watch_max_plugin_process_ms : ' 6000 '
8585 watch_command_timeout_ms : ' 1500000'
8686 - os : macos-latest
8787 runner_label : macos
@@ -154,7 +154,7 @@ jobs:
154154 timeout_minutes : 40
155155 watch_timeout_ms : ' 280000'
156156 watch_poll_ms : ' 40'
157- watch_max_plugin_process_ms : ' 3000 '
157+ watch_max_plugin_process_ms : ' 6000 '
158158 watch_command_timeout_ms : ' 720000'
159159 - os : macos-latest
160160 runner_label : macos
@@ -254,7 +254,7 @@ jobs:
254254 timeout_minutes : 45
255255 watch_timeout_ms : ' 320000'
256256 watch_poll_ms : ' 40'
257- watch_max_plugin_process_ms : ' 3000 '
257+ watch_max_plugin_process_ms : ' 6000 '
258258 watch_command_timeout_ms : ' 840000'
259259 runs-on : ${{ matrix.os }}
260260 timeout-minutes : ${{ matrix.timeout_minutes }}
@@ -304,7 +304,7 @@ jobs:
304304 E2E_WATCH_CASE : ${{ matrix.watch_case }}
305305 E2E_WATCH_TIMEOUT_MS : ${{ matrix.watch_timeout_ms }}
306306 E2E_WATCH_POLL_MS : ${{ matrix.watch_poll_ms }}
307- E2E_WATCH_MAX_PLUGIN_PROCESS_MS : ${{ matrix.watch_max_plugin_process_ms || '3000 ' }}
307+ E2E_WATCH_MAX_PLUGIN_PROCESS_MS : ${{ matrix.watch_max_plugin_process_ms || '6000 ' }}
308308 E2E_WATCH_COMMAND_TIMEOUT_MS : ${{ matrix.watch_command_timeout_ms }}
309309 E2E_WATCH_MAX_ATTEMPTS : ${{ matrix.watch_max_attempts || '2' }}
310310 E2E_WATCH_ROUND_PROFILE : ${{ matrix.round_profile }}
@@ -370,7 +370,7 @@ jobs:
370370 timeout_minutes : 150
371371 watch_timeout_ms : ' 600000'
372372 watch_poll_ms : ' 40'
373- watch_max_plugin_process_ms : ' 3000 '
373+ watch_max_plugin_process_ms : ' 6000 '
374374 watch_command_timeout_ms : ' 7200000'
375375 - os : windows-latest
376376 runner_label : windows
@@ -380,17 +380,17 @@ jobs:
380380 timeout_minutes : 180
381381 watch_timeout_ms : ' 1200000'
382382 watch_poll_ms : ' 40'
383- watch_max_plugin_process_ms : ' 3000 '
383+ watch_max_plugin_process_ms : ' 6000 '
384384 watch_command_timeout_ms : ' 9000000'
385385 - os : macos-latest
386386 runner_label : macos
387387 watch_case : uni-app-vite-tailwindcss-v3
388388 round_profile : issue33
389389 watch_save_snapshots : ' 1'
390- timeout_minutes : 35
391- watch_timeout_ms : ' 240000 '
390+ timeout_minutes : 60
391+ watch_timeout_ms : ' 420000 '
392392 watch_poll_ms : ' 40'
393- watch_command_timeout_ms : ' 600000 '
393+ watch_command_timeout_ms : ' 1500000 '
394394 - os : macos-latest
395395 runner_label : macos
396396 watch_case : weapp-vite-tailwindcss-v3
@@ -399,7 +399,7 @@ jobs:
399399 timeout_minutes : 60
400400 watch_timeout_ms : ' 600000'
401401 watch_poll_ms : ' 40'
402- watch_max_plugin_process_ms : ' 3000 '
402+ watch_max_plugin_process_ms : ' 6000 '
403403 watch_command_timeout_ms : ' 1500000'
404404 - os : macos-latest
405405 runner_label : macos
@@ -409,17 +409,17 @@ jobs:
409409 timeout_minutes : 120
410410 watch_timeout_ms : ' 420000'
411411 watch_poll_ms : ' 40'
412- watch_max_plugin_process_ms : ' 3000 '
412+ watch_max_plugin_process_ms : ' 6000 '
413413 watch_command_timeout_ms : ' 5400000'
414414 - os : windows-latest
415415 runner_label : windows
416416 watch_case : uni-app-vite-tailwindcss-v3
417417 round_profile : issue33
418418 watch_save_snapshots : ' 1'
419- timeout_minutes : 40
420- watch_timeout_ms : ' 280000 '
419+ timeout_minutes : 60
420+ watch_timeout_ms : ' 420000 '
421421 watch_poll_ms : ' 40'
422- watch_command_timeout_ms : ' 720000 '
422+ watch_command_timeout_ms : ' 1500000 '
423423 - os : windows-latest
424424 runner_label : windows
425425 watch_case : weapp-vite-tailwindcss-v3
@@ -447,7 +447,7 @@ jobs:
447447 timeout_minutes : 60
448448 watch_timeout_ms : ' 600000'
449449 watch_poll_ms : ' 40'
450- watch_max_plugin_process_ms : ' 3000 '
450+ watch_max_plugin_process_ms : ' 6000 '
451451 watch_command_timeout_ms : ' 1500000'
452452 - os : windows-latest
453453 runner_label : windows
@@ -507,7 +507,7 @@ jobs:
507507 E2E_WATCH_CASE : ${{ matrix.watch_case }}
508508 E2E_WATCH_TIMEOUT_MS : ${{ matrix.watch_timeout_ms }}
509509 E2E_WATCH_POLL_MS : ${{ matrix.watch_poll_ms }}
510- E2E_WATCH_MAX_PLUGIN_PROCESS_MS : ${{ matrix.watch_max_plugin_process_ms || '3000 ' }}
510+ E2E_WATCH_MAX_PLUGIN_PROCESS_MS : ${{ matrix.watch_max_plugin_process_ms || '6000 ' }}
511511 E2E_WATCH_COMMAND_TIMEOUT_MS : ${{ matrix.watch_command_timeout_ms }}
512512 E2E_WATCH_MAX_ATTEMPTS : ${{ matrix.watch_max_attempts || '2' }}
513513 E2E_WATCH_ROUND_PROFILE : ${{ matrix.round_profile }}
0 commit comments