We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ac024 commit dde8408Copy full SHA for dde8408
tests/gptscript.test.ts
@@ -568,5 +568,5 @@ describe("gptscript module", () => {
568
}
569
expect(err).toEqual(undefined)
570
expect(out).toEqual("200")
571
- })
+ }, 20000)
572
})
0 commit comments