Increase test timeout (needed for node 6).

This commit is contained in:
Moos 2016-12-25 09:34:31 -08:00
parent becf609099
commit 38bf50174d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ var
assert = chai.assert,
exec = require('child_process').exec,
cmd = 'node ' + __dirname + '/../tools/validate ',
TIMEOUT_SEC = 25 * 1000,
TIMEOUT_SEC = 30 * 1000,
gDone;