Skip to content

Commit 712d463

Browse files
authored
Merge pull request #77 from thedadams/fix-metadata-tests
fix: bump metadata test timeout
2 parents 23ac024 + dde8408 commit 712d463

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
@@ -568,5 +568,5 @@ describe("gptscript module", () => {
568568
}
569569
expect(err).toEqual(undefined)
570570
expect(out).toEqual("200")
571-
})
571+
}, 20000)
572572
})

0 commit comments

Comments
 (0)