mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 05:03:16 +02:00
Increase Jasmine timeout to 20000
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user