increase timeout for angular and react demo (#811)
This commit is contained in:
Родитель
d93bf8f11b
Коммит
898ce1d27c
|
@ -9,7 +9,7 @@ module.exports = {
|
|||
URL: "http://localhost:4200",
|
||||
},
|
||||
verbose: true,
|
||||
testTimeout: 30000,
|
||||
testTimeout: 100000,
|
||||
transform: {
|
||||
"^.+\\.tsx?$": "babel-jest",
|
||||
},
|
||||
|
|
|
@ -9,7 +9,7 @@ module.exports = {
|
|||
URL: "http://localhost:3000",
|
||||
},
|
||||
verbose: true,
|
||||
testTimeout: 20000,
|
||||
testTimeout: 100000,
|
||||
transform: {
|
||||
"^.+\\.jsx?$": "babel-jest",
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче