Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dulnan committed Nov 15, 2024
1 parent 4f0d10f commit 5da068e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/useCachedAsyncData.e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('The useCachedAsyncData composable', () => {
]
`)
expect(item.data.expires).toBeTruthy()
})
}, 10_000)

test('treats a max age of 5 as cacheable on the client', async () => {
await purgeAll()
Expand Down

0 comments on commit 5da068e

Please sign in to comment.