Fix runtests-browser in gulp, including RWC, remove into-stream (#17540)

This commit is contained in:
Wesley Wigham
2017-08-01 11:14:39 -07:00
committed by GitHub
parent b74ec1c58b
commit 2c2df9eec2
4 changed files with 62 additions and 46 deletions

View File

@@ -54,7 +54,8 @@ namespace RWC {
useCustomLibraryFile = undefined;
});
it("can compile", () => {
it("can compile", function(this: Mocha.ITestCallbackContext) {
this.timeout(800000); // Allow long timeouts for RWC compilations
let opts: ts.ParsedCommandLine;
const ioLog: IOLog = JSON.parse(Harness.IO.readFile(jsonPath));