[chore] Test: Increase resume generation timeout.

This commit is contained in:
hacksalot 2018-01-30 13:04:08 -05:00
parent a9e35203c2
commit 7f7c936897
No known key found for this signature in database
GPG Key ID: 2F343EC247CA4B06
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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 ) {

View File

@ -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 ) {