Skip to content

Commit

Permalink
test: increase timeout for GH
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Nov 6, 2024
1 parent 04cc067 commit f4d5f3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/express/test/middleware.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ describe('@kopflos-cms/express/middleware', () => {
}))

beforeEach(async function () {
this.timeout(5000)

const { middleware } = await kopflos({
baseIri: 'http://example.org/',
codeBase: url.fileURLToPath(new URL('.', import.meta.url)),
Expand Down

0 comments on commit f4d5f3e

Please sign in to comment.