Skip to content

Commit be08f31

Browse files
committed
Adjust timeouts
1 parent 9fe17d6 commit be08f31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MarkdownConverter.code-workspace

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"mochaExplorer.launcherScript": "./lib/test/runMocha.js",
3535
"mochaExplorer.require": "source-map-support/register",
3636
"mochaExplorer.ipcRole": "server",
37-
"mochaExplorer.ipcTimeout": 120000,
37+
"mochaExplorer.ipcTimeout": 300000,
3838
"mochaExplorer.env": {
3939
"TEST_SUITE": "essentials"
4040
}

src/test/CommonHooks.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function CommonHooks(): ITestContext<ISettings>
4040
suiteSetup(
4141
async function()
4242
{
43-
this.timeout(30 * 1000);
43+
this.timeout(10 * 60 * 1000);
4444
let puppeteer = Constants.Puppeteer;
4545
await cleanSettings();
4646
await extensions.getExtension(new Extension(TestConstants.PackageMetadata).FullName).activate();

0 commit comments

Comments
 (0)