diff --git a/test/server/compiler-test.js b/test/server/compiler-test.js index 2b4a00438eb..882ee0625e6 100644 --- a/test/server/compiler-test.js +++ b/test/server/compiler-test.js @@ -1321,8 +1321,6 @@ describe('Compiler', function () { describe('Regression', function () { it('Incorrect callsite line in error report on node v0.10.41 (GH-599)', function () { - this.timeout(5000); - var src = 'test/server/data/test-suites/regression-gh-599/testfile.js'; var compiler = new Compiler([src]); @@ -1344,8 +1342,6 @@ describe('Compiler', function () { }); it('Should successfully compile tests if re-export is used', function () { - this.timeout(5000); - var src = 'test/server/data/test-suites/regression-gh-969/testfile.js'; var compiler = new Compiler([src]); @@ -1359,8 +1355,6 @@ describe('Compiler', function () { }); it('Incorrect callsite stack in error report if "import" is used (GH-1226)', function () { - this.timeout(5000); - var src = 'test/server/data/test-suites/regression-gh-1226/testfile.js'; var compiler = new Compiler([src]);