From 024d44df15f9a8b771e3c777e8a346076c6bbeea Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Mon, 24 Aug 2020 14:12:45 -0400 Subject: [PATCH] Increase font test timeout for Windows --- test/integration/font-optimization/test/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/font-optimization/test/index.test.js b/test/integration/font-optimization/test/index.test.js index 47a792adbb7e4..91ef97bc74fed 100644 --- a/test/integration/font-optimization/test/index.test.js +++ b/test/integration/font-optimization/test/index.test.js @@ -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')