1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +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, browserNoActivityTimeout: 180_000,
concurrency: Number.POSITIVE_INFINITY, concurrency: Number.POSITIVE_INFINITY,
client: { client: {
clearContext: false clearContext: false,
jasmine: {
timeoutInterval: 20_000
}
}, },
files: [ files: [
'node_modules/hammer-simulator/index.js', 'node_modules/hammer-simulator/index.js',