Skip to content

Commit 2d508ab

Browse files
committed
ci: widen macos aggregate watch budget
1 parent e93ced0 commit 2d508ab

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/e2e-watch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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({

0 commit comments

Comments
 (0)