Skip to content

Commit ed2a82e

Browse files
committed
Bump test timeout to 1 minute
Since E2E is timing out with Windows PowerShell sometimes.
1 parent 5304fa3 commit ed2a82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mocharc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
".jsx"
77
],
88
"require": "source-map-support/register",
9-
"timeout": 30000,
9+
"timeout": 60000,
1010
"slow": 2000,
1111
"spec": "out/test/**/*.test.js"
1212
}

0 commit comments

Comments
 (0)