diff --git a/src/harness/rwcRunner.ts b/src/harness/rwcRunner.ts index 3631186bb4822..54138c2880acd 100644 --- a/src/harness/rwcRunner.ts +++ b/src/harness/rwcRunner.ts @@ -55,7 +55,7 @@ namespace RWC { }); it("can compile", function(this: Mocha.ITestCallbackContext) { - this.timeout(800000); // Allow long timeouts for RWC compilations + this.timeout(800_000); // Allow long timeouts for RWC compilations let opts: ts.ParsedCommandLine; const ioLog: IoLog = Playback.newStyleLogIntoOldStyleLog(JSON.parse(Harness.IO.readFile(`internal/cases/rwc/${jsonPath}/test.json`)), Harness.IO, `internal/cases/rwc/${baseName}`); @@ -171,7 +171,7 @@ namespace RWC { it("has the expected emitted code", function(this: Mocha.ITestCallbackContext) { - this.timeout(10000); // Allow long timeouts for RWC js verification + this.timeout(100_000); // Allow longer timeouts for RWC js verification Harness.Baseline.runMultifileBaseline(baseName, "", () => { return Harness.Compiler.iterateOutputs(compilerResult.files); }, baselineOpts, [".js", ".jsx"]); diff --git a/tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter b/tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter index ed149eb0c787b..40bdb4eadabc9 160000 --- a/tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter +++ b/tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter @@ -1 +1 @@ -Subproject commit ed149eb0c787b1195a95b44105822c64bb6eb636 +Subproject commit 40bdb4eadabc9fbed7d83e3f26817a931c0763b6