Skip to content

Commit

Permalink
fix: bump metadata test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Aug 8, 2024
1 parent 23ac024 commit dde8408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gptscript.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -568,5 +568,5 @@ describe("gptscript module", () => {
}
expect(err).toEqual(undefined)
expect(out).toEqual("200")
})
}, 20000)
})

0 comments on commit dde8408

Please sign in to comment.