mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Bump chromedriver version to 88, increase jest integration timeouts
This commit is contained in:
parent
97a6869843
commit
2933fbce94
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ let myStuffURL = rootUrl + '/mystuff';
|
|||
if (remote){
|
||||
jest.setTimeout(60000);
|
||||
} else {
|
||||
jest.setTimeout(10000);
|
||||
jest.setTimeout(20000);
|
||||
}
|
||||
|
||||
let driver;
|
||||
|
|
|
@ -18,7 +18,7 @@ let wwwURL = rootUrl;
|
|||
if (remote){
|
||||
jest.setTimeout(60000);
|
||||
} else {
|
||||
jest.setTimeout(10000);
|
||||
jest.setTimeout(20000);
|
||||
}
|
||||
|
||||
let driver;
|
||||
|
|
Loading…
Reference in a new issue