/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Components/test/E2ETest/e2eTestSettings.ci.json
8 строк
439 B
Javier Calvarro Nelson
[Templating] Infrastructure improvements (#13672)
06 сен 2019, 17:02
Не верифицирован
06 сен 2019, 17:02
73f9698
Код
Авторство
О чём код?
{ // We give each Selenium test assertion up to two minutes to fail before any other test in the // build has failed, after that, we fail after 5 seconds. "DefaultWaitTimeoutInSeconds": 120, // This value is balanced between completing the build fast enough upon failure and giving // each E2E test a fair chance to pass even in the event that a separate test has failed already. "DefaultAfterFailureWaitTimeoutInSeconds": 5 }