mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +00:00
[chore] Test: Increase resume generation timeout.
This commit is contained in:
parent
a9e35203c2
commit
7f7c936897
@ -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;
|
||||
|
@ -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 ) {
|
||||
|
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user