mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
tests - easy on the timeout
//cc @mjbvz
This commit is contained in:
@@ -11,7 +11,7 @@ const suite = 'Custom Editor Tests';
|
||||
const options: any = {
|
||||
ui: 'tdd',
|
||||
color: (!process.env.BUILD_ARTIFACTSTAGINGDIRECTORY && process.platform !== 'win32'),
|
||||
timeout: 6000000
|
||||
timeout: 60000
|
||||
};
|
||||
|
||||
if (process.env.BUILD_ARTIFACTSTAGINGDIRECTORY) {
|
||||
|
||||
Reference in New Issue
Block a user