Skip to content

Commit 0ec805a

Browse files
fix(e2e): increase utf8StreamWorkflow test timeout to 120s (vercel#1869)
Matches the convention used by readableStreamWorkflow and webhookWorkflow. The 60s budget is too tight when a single Vercel Queue delivery retry can take 30-60s, causing intermittent flakiness on the nitro workbench. Made-with: Cursor
1 parent 787bb15 commit 0ec805a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/e2e/e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ describe('e2e', () => {
833833
// Extended, CJK, emoji, RTL) round-trip end-to-end as bytes that decode
834834
// back to the original strings — the same property that the web inspector
835835
// relies on to render decoded text for typed-array stream chunks.
836-
test('utf8StreamWorkflow', { timeout: 60_000 }, async () => {
836+
test('utf8StreamWorkflow', { timeout: 120_000 }, async () => {
837837
const run = await start(await e2e('utf8StreamWorkflow'), []);
838838
const reader = run.getReadable().getReader();
839839

0 commit comments

Comments
 (0)