1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-05 01:56:21 +00:00

Set test timeout to 30 seconds.

Most themes should generate in < 1s but allow up to 30 seconds for
network latency when opening a remote file, or for fetching remote
resources (CSS, JS, etc) during a local build.
This commit is contained in:
hacksalot 2016-02-13 20:42:03 -05:00
parent 2d595350c6
commit 255a518565

View File

@ -27,6 +27,7 @@ function genThemes( title, src, fmt ) {
describe('Testing themes against ' + title.toUpperCase() + ' resume ' + '(' + fmt + ')' , function () { describe('Testing themes against ' + title.toUpperCase() + ' resume ' + '(' + fmt + ')' , function () {
this.timeout(30000);
var _sheet; var _sheet;
function genTheme( fmt, src, themeName, themeLoc, testTitle ) { function genTheme( fmt, src, themeName, themeLoc, testTitle ) {