From 82c180bf346957a61b1f71eeecfa220a4274b1a2 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Tue, 6 Apr 2021 11:04:14 +0200 Subject: [PATCH] tests - easy on the timeout //cc @mjbvz --- extensions/vscode-custom-editor-tests/src/test/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/vscode-custom-editor-tests/src/test/index.ts b/extensions/vscode-custom-editor-tests/src/test/index.ts index e37bf5bed83..dbaab6b4c74 100644 --- a/extensions/vscode-custom-editor-tests/src/test/index.ts +++ b/extensions/vscode-custom-editor-tests/src/test/index.ts @@ -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) {