Skip to content

Commit 954e915

Browse files
committed
ci: relax weapp vite v4 watch budget
1 parent 7888f5a commit 954e915

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/e2e-watch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
timeout_minutes: 40
137137
watch_timeout_ms: '280000'
138138
watch_poll_ms: '300'
139-
watch_max_hot_update_ms: '60000'
139+
watch_max_hot_update_ms: '90000'
140140
watch_command_timeout_ms: '720000'
141141
- os: macos-latest
142142
runner_label: macos

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,13 +319,15 @@ describe('e2e watch workflow', () => {
319319
runner_label: 'macos',
320320
timeout_minutes: 40,
321321
watch_timeout_ms: '280000',
322+
watch_max_hot_update_ms: '90000',
322323
watch_command_timeout_ms: '720000',
323324
},
324325
{
325326
os: 'windows-latest',
326327
runner_label: 'windows',
327328
timeout_minutes: 45,
328329
watch_timeout_ms: '320000',
330+
watch_max_hot_update_ms: '60000',
329331
watch_command_timeout_ms: '840000',
330332
},
331333
]
@@ -349,7 +351,6 @@ describe('e2e watch workflow', () => {
349351
expect(prRows).toContainEqual(expect.objectContaining({
350352
watch_case: 'weapp-vite-tailwindcss-v4',
351353
round_profile: 'issue33',
352-
watch_max_hot_update_ms: '60000',
353354
...budget,
354355
}))
355356
}

0 commit comments

Comments
 (0)