increase timeout for angular and react demo (#811)

This commit is contained in:
Michael Zhen 2024-02-07 08:32:23 -08:00 коммит произвёл GitHub
Родитель d93bf8f11b
Коммит 898ce1d27c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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",
},