We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6738fe9 commit 78220e0Copy full SHA for 78220e0
test/index.ts
@@ -13,7 +13,7 @@ export function run(): Promise<void> {
13
const mocha = new Mocha({
14
color: !process.env.TF_BUILD, // colored output from test results
15
reporter: "mocha-multi-reporters",
16
- timeout: 30000, // 30s because PowerShell startup is slow!
+ timeout: 60000, // 60s because PowerShell startup is slow!
17
reporterOptions: {
18
// NOTE: The XML output by Mocha's xUnit reporter is actually in the
19
// JUnit style. I'm unsure how no one else has noticed this.
0 commit comments