fix: increase timeout for antigravity tests to prevent timeouts

This commit is contained in:
DevelopmentCats 2025-11-21 15:59:12 -06:00
parent 7b8f8f7bf6
commit cb4c267480

View File

@ -120,5 +120,5 @@ describe("antigravity", async () => {
} finally {
await removeContainer(id);
}
});
}, 10000);
});