Skip to content

Commit c5a34df

Browse files
committed
test(coding-agent): bound spill regression for loaded CI
1 parent c37f4bd commit c5a34df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/coding-agent/test/suite/regressions/4601-worker-snapshot-cache.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ describe("ENG-4601 worker snapshot cache", () => {
209209
// Fully consume the fresh generation to prove its new backing is readable.
210210
}
211211
second.dispose?.();
212-
}, 30_000);
212+
}, 60_000);
213213

214214
it.each([1, 2])(
215215
"keeps %i same-ID worker stream(s) bounded by socket drain without shared cleanup",

0 commit comments

Comments
 (0)