From b46cc744b3f97075fac8b5d48ad455b9a7fbddae Mon Sep 17 00:00:00 2001 From: Georgios Kalpakas Date: Tue, 13 Jun 2017 10:43:47 +0300 Subject: [PATCH] build: remove redundant line The same value is set a few lines below. --- tools/cjs-jasmine/index-tools.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/cjs-jasmine/index-tools.ts b/tools/cjs-jasmine/index-tools.ts index b15f58fdbd..b584b66c37 100644 --- a/tools/cjs-jasmine/index-tools.ts +++ b/tools/cjs-jasmine/index-tools.ts @@ -31,8 +31,6 @@ function toolsDirRequire(moduleId: string) { // Tun on full stack traces in errors to help debugging (Error)['stackTraceLimit'] = Infinity; -jrunner.jasmine.DEFAULT_TIMEOUT_INTERVAL = 100; - // Support passing multiple globs var globsIndex = process.argv.indexOf('--'); var args: string[];