Skip to content

Commit

Permalink
Increase font test timeout for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Aug 24, 2020
1 parent c9ad33b commit 024d44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/font-optimization/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
} from 'next-test-utils'
import fs from 'fs-extra'

jest.setTimeout(1000 * 30)
jest.setTimeout(1000 * 60 * 2)

const appDir = join(__dirname, '../')
const nextConfig = join(appDir, 'next.config.js')
Expand Down

0 comments on commit 024d44d

Please sign in to comment.