mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-08 21:07:46 +00:00
[tests] Bump test timeouts for slow tests (#9631)
This PR address the following slow tests: * https://linear.app/vercel/issue/VCCLI-560/flakey-test-login-with-no-color * https://linear.app/vercel/issue/VCCLI-561/flakey-test-[vercel-dev]-04-create-react-app * https://linear.app/vercel/issue/VCCLI-563/flakey-test-build-›-should-build-with-vercelnode * https://linear.app/vercel/issue/VCCLI-574/flakey-test-build-output-api-v1-should-detect-the-output-format * https://linear.app/vercel/issue/VCCLI-578/flakey-test-importbuilders-›-should-install-and-import-1st-party * https://linear.app/vercel/issue/VCCLI-580/flakey-test-creategitmeta-›-detects-dirty-commit
This commit is contained in:
@@ -12,7 +12,7 @@ const {
|
||||
} = require('../../../../test/lib/deployment/now-deploy');
|
||||
const { spawnSync, execFileSync } = require('child_process');
|
||||
|
||||
jest.setTimeout(6 * 60 * 1000);
|
||||
jest.setTimeout(10 * 60 * 1000);
|
||||
|
||||
const isCI = !!process.env.CI;
|
||||
const sleep = ms => new Promise(resolve => setTimeout(resolve, ms));
|
||||
|
||||
Reference in New Issue
Block a user