1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

Increase Jasmine timeout to 20000

This commit is contained in:
XhmikosR
2023-03-29 11:51:45 +03:00
parent 918766ebec
commit 90add983e1

View File

@@ -71,7 +71,10 @@ const config = {
browserNoActivityTimeout: 180_000,
concurrency: Number.POSITIVE_INFINITY,
client: {
clearContext: false
clearContext: false,
jasmine: {
timeoutInterval: 20_000
}
},
files: [
'node_modules/hammer-simulator/index.js',