File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ namespace RWC {
55
55
} ) ;
56
56
57
57
it ( "can compile" , function ( this : Mocha . ITestCallbackContext ) {
58
- this . timeout ( 800000 ) ; // Allow long timeouts for RWC compilations
58
+ this . timeout ( 800_000 ) ; // Allow long timeouts for RWC compilations
59
59
let opts : ts . ParsedCommandLine ;
60
60
61
61
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 {
171
171
172
172
173
173
it ( "has the expected emitted code" , function ( this : Mocha . ITestCallbackContext ) {
174
- this . timeout ( 10000 ) ; // Allow long timeouts for RWC js verification
174
+ this . timeout ( 100_000 ) ; // Allow longer timeouts for RWC js verification
175
175
Harness . Baseline . runMultifileBaseline ( baseName , "" , ( ) => {
176
176
return Harness . Compiler . iterateOutputs ( compilerResult . files ) ;
177
177
} , baselineOpts , [ ".js" , ".jsx" ] ) ;
You can’t perform that action at this time.
0 commit comments