From 255a5185659f946d206fc15930394384662693a8 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Sat, 13 Feb 2016 20:42:03 -0500 Subject: [PATCH] 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. --- test/scripts/test-themes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/scripts/test-themes.js b/test/scripts/test-themes.js index 90964d6..16c84fa 100644 --- a/test/scripts/test-themes.js +++ b/test/scripts/test-themes.js @@ -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 ) {