Skip to content

Commit

Permalink
chore: increase timeout for sqlite-variable-limit (#18365)
Browse files Browse the repository at this point in the history
This test often fails with a timeout on macOS CI.
  • Loading branch information
aqrln committed Mar 20, 2023
1 parent d04d8cd commit 456bab4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@ const zlib = require('zlib')
const fs = require('fs')
const path = require('path')

jest.setTimeout(50_000)
jest.setTimeout(100_000)

test('sqlite-variable-limit', async () => {
const PrismaClient = await getTestClient()
Expand Down

0 comments on commit 456bab4

Please sign in to comment.