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
1 changed files with 1 additions and 0 deletions

View File

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