Skip to content

Commit

Permalink
fix: longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Dec 12, 2023
1 parent 38a0627 commit c92f79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ beforeAll(async () => {
// }
server = app.listen(TEST_PORT)
console.log('✅ Server started')
})
}, 30000)

afterAll(async () => {
server?.close()
Expand All @@ -43,7 +43,7 @@ describe('PubPub', () => {
}))

expect(pub).toBeTruthy()
})
}, 30000)

it('should be able to return something through normal api calls', async () => {
const res = await fetch(`${TEST_URL}/api/pubs/many`, {
Expand Down

0 comments on commit c92f79c

Please sign in to comment.