mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +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:
parent
2d595350c6
commit
255a518565
@ -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 ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user