diff --git a/.vscode/launch.json b/.vscode/launch.json index 8771fec1e9..b3d04c25e7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "runtimeExecutable": "yarn", "runtimeArgs": ["test"], "program": "${workspaceFolder}/node_modules/jest/bin/jest", - "args": ["--runInBand", "${file}"], + "args": ["--runInBand", "--testTimeout=300000", "${file}"], "cwd": "${workspaceFolder}", "internalConsoleOptions": "openOnSessionStart", "request": "launch",