Bump chromedriver version to 88, increase jest integration timeouts

This commit is contained in:
BryceLTaylor 2021-03-02 11:52:47 -05:00 committed by Ben Wheeler
parent 97a6869843
commit 2933fbce94
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ let myStuffURL = rootUrl + '/mystuff';
if (remote){
jest.setTimeout(60000);
} else {
jest.setTimeout(10000);
jest.setTimeout(20000);
}
let driver;

View file

@ -18,7 +18,7 @@ let wwwURL = rootUrl;
if (remote){
jest.setTimeout(60000);
} else {
jest.setTimeout(10000);
jest.setTimeout(20000);
}
let driver;