Skip to content

Commit 3a1455f

Browse files
committed
lengthen timeout
Signed-off-by: Grant Linville <[email protected]>
1 parent 812504e commit 3a1455f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/gptscript.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -963,5 +963,5 @@ describe("gptscript module", () => {
963963
} catch (e) {
964964
throw new Error("failed to list datasets: " + e)
965965
}
966-
})
966+
}, 20000)
967967
})

0 commit comments

Comments
 (0)