Skip to content

Commit dde8408

Browse files
committed
fix: bump metadata test timeout
Signed-off-by: Donnie Adams <[email protected]>
1 parent 23ac024 commit dde8408

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)