Skip to content

Commit

Permalink
Merge pull request #77 from thedadams/fix-metadata-tests
Browse files Browse the repository at this point in the history
fix: bump metadata test timeout
  • Loading branch information
thedadams authored Aug 8, 2024
2 parents 23ac024 + dde8408 commit 712d463
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 712d463

Please sign in to comment.