Skip to content

Commit 78220e0

Browse files
committed
Double tests' timeout because latest insiders enables shell integration
Which takes 10 seconds of its own to timeout!
1 parent 6738fe9 commit 78220e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function run(): Promise<void> {
1313
const mocha = new Mocha({
1414
color: !process.env.TF_BUILD, // colored output from test results
1515
reporter: "mocha-multi-reporters",
16-
timeout: 30000, // 30s because PowerShell startup is slow!
16+
timeout: 60000, // 60s because PowerShell startup is slow!
1717
reporterOptions: {
1818
// NOTE: The XML output by Mocha's xUnit reporter is actually in the
1919
// JUnit style. I'm unsure how no one else has noticed this.

0 commit comments

Comments
 (0)