1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

set proper timeout for tests

This commit is contained in:
Massimo Candela
2020-04-28 15:37:27 +02:00
parent 7fee9ee8c9
commit 91e494857c

View File

@@ -35,7 +35,7 @@ var chaiSubset = require('chai-subset');
chai.use(chaiSubset);
var expect = chai.expect;
let asyncTimeout = 2000000;
let asyncTimeout = 20000;
global.EXTERNAL_VERSION_FOR_TEST = "0.0.1";
global.EXTERNAL_CONFIG_FILE = "tests/config.test.yml";