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:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user