Skip to content

Commit 6dc401f

Browse files
malinosquiclaude
andcommitted
test(e2bSandbox): update timeout expectation to match 20min bump
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0f4c324 commit 6dc401f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/unit/code-review/services/e2bSandbox.service.spec.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ describe('E2BSandboxService', () => {
213213

214214
expect(Sandbox.create).toHaveBeenCalledWith(
215215
expect.objectContaining({
216-
timeoutMs: 10 * 60 * 1000,
216+
timeoutMs: 20 * 60 * 1000,
217217
apiKey: 'my-e2b-key',
218218
}),
219219
);
@@ -283,7 +283,7 @@ describe('E2BSandboxService', () => {
283283
expect(Sandbox.create).toHaveBeenCalledWith(
284284
'kodus-sandbox',
285285
expect.objectContaining({
286-
timeoutMs: 10 * 60 * 1000,
286+
timeoutMs: 20 * 60 * 1000,
287287
apiKey: 'key',
288288
}),
289289
);
@@ -335,14 +335,14 @@ describe('E2BSandboxService', () => {
335335
1,
336336
'bad-template',
337337
expect.objectContaining({
338-
timeoutMs: 10 * 60 * 1000,
338+
timeoutMs: 20 * 60 * 1000,
339339
apiKey: 'key',
340340
}),
341341
);
342342
expect(Sandbox.create).toHaveBeenNthCalledWith(
343343
2,
344344
expect.objectContaining({
345-
timeoutMs: 10 * 60 * 1000,
345+
timeoutMs: 20 * 60 * 1000,
346346
apiKey: 'key',
347347
}),
348348
);

0 commit comments

Comments
 (0)