From 7f7c936897b335c3da16e0a15fcab403fdb8d59f Mon Sep 17 00:00:00 2001 From: hacksalot Date: Tue, 30 Jan 2018 13:04:08 -0500 Subject: [PATCH] [chore] Test: Increase resume generation timeout. --- test/scripts/test-cli.js | 2 +- test/scripts/test-output.js | 2 +- test/scripts/test-themes.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/scripts/test-cli.js b/test/scripts/test-cli.js index 37fdbb2..4b977b5 100644 --- a/test/scripts/test-cli.js +++ b/test/scripts/test-cli.js @@ -18,7 +18,7 @@ var chai = require('chai') describe('Testing CLI interface', function () { - this.timeout(20000); + this.timeout(50000); function run( args, expErr ) { var title = args; diff --git a/test/scripts/test-output.js b/test/scripts/test-output.js index d3d906b..75fbdb0 100644 --- a/test/scripts/test-output.js +++ b/test/scripts/test-output.js @@ -41,7 +41,7 @@ function MyConsoleLog() { describe('Testing Ouput interface', function () { - this.timeout(20000); + this.timeout(50000); // HackMyResume CLI stub. Handle a single HMR invocation. function HackMyResumeOutputStub( args ) { diff --git a/test/scripts/test-themes.js b/test/scripts/test-themes.js index 4deec23..fb38887 100644 --- a/test/scripts/test-themes.js +++ b/test/scripts/test-themes.js @@ -30,7 +30,7 @@ function genThemes( title, src, fmt ) { + ' resume ' + '(' + fmt + ')' , function () { // Increase the timeout since resume generation can be expensive.. - this.timeout(30000); + this.timeout(50000); // Define a local function to build a single resume to MULTIPLE themes function genTheme( fmt, src, themeName, themeLoc, testTitle ) {