Skip to content

Commit 411dff1

Browse files
committed
test(start): extend recovery test timeout
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
1 parent 4aa14aa commit 411dff1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/actions/sandbox/start.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ describe("startSandbox", () => {
232232

233233
it(
234234
"retries startup after a structured recovery failure (#8662)",
235-
testTimeoutOptions(15_000),
235+
testTimeoutOptions(30_000),
236236
async () => {
237237
const h = harness();
238238
h.restoreStartupState.mockReturnValueOnce(FAILED_RECOVERY);

0 commit comments

Comments
 (0)