add smoke test env var

This commit is contained in:
Henry Oswald 2018-03-20 13:48:12 +00:00
parent 4a5dc9d946
commit 41e39458d1

View file

@ -25,7 +25,7 @@ module.exports =
clsi:
url: "http://#{process.env['CLSI_HOST'] or 'localhost'}:3013"
smokeTest: false
smokeTest: process.env["SMOKE_TEST"] or false
project_cache_length_ms: 1000 * 60 * 60 * 24
parallelFileDownloads:1