mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Revert "Bump chromedriver version to 88, increase jest integration timeouts"
This commit is contained in:
parent
3d47d394b7
commit
4c880895fa
4 changed files with 371 additions and 33964 deletions
34329
package-lock.json
generated
34329
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -70,7 +70,7 @@
|
|||
"babel-preset-react": "6.22.0",
|
||||
"bowser": "1.9.4",
|
||||
"cheerio": "1.0.0-rc.2",
|
||||
"chromedriver": "88.0.0",
|
||||
"chromedriver": "86.0.0",
|
||||
"classnames": "2.2.5",
|
||||
"cookie": "0.4.1",
|
||||
"copy-webpack-plugin": "^4.5.1",
|
||||
|
|
|
@ -16,7 +16,7 @@ let myStuffURL = rootUrl + '/mystuff';
|
|||
if (remote){
|
||||
jest.setTimeout(60000);
|
||||
} else {
|
||||
jest.setTimeout(20000);
|
||||
jest.setTimeout(10000);
|
||||
}
|
||||
|
||||
let driver;
|
||||
|
|
|
@ -18,7 +18,7 @@ let wwwURL = rootUrl;
|
|||
if (remote){
|
||||
jest.setTimeout(60000);
|
||||
} else {
|
||||
jest.setTimeout(20000);
|
||||
jest.setTimeout(10000);
|
||||
}
|
||||
|
||||
let driver;
|
||||
|
|
Loading…
Reference in a new issue