Skip to content

Commit 15590c3

Browse files
committed
test: fix hook
1 parent 845736a commit 15590c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/getTestLlama.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ afterAll(async () => {
1313
llamaPromise = null;
1414
await (await temp).dispose();
1515
}
16-
});
16+
}, 1000 * 60 * 10);
1717

1818
export async function getTestLlama() {
1919
if (llamaPromise != null)

0 commit comments

Comments
 (0)