1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

increase timeout for tests;

fix warnings in tests
This commit is contained in:
lana-k
2021-04-28 10:46:40 +02:00
parent 9ed53e0d25
commit 15636fed5f
4 changed files with 52 additions and 13 deletions

View File

@@ -97,7 +97,10 @@ module.exports = function (config) {
concurrency: 2,
client: {
captureConsole: true
captureConsole: true,
mocha: {
timeout: 5000
}
},
browserConsoleLogOptions: {
terminal: true,