We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845736a commit 15590c3Copy full SHA for 15590c3
test/utils/getTestLlama.ts
@@ -13,7 +13,7 @@ afterAll(async () => {
13
llamaPromise = null;
14
await (await temp).dispose();
15
}
16
-});
+}, 1000 * 60 * 10);
17
18
export async function getTestLlama() {
19
if (llamaPromise != null)
0 commit comments