Bump setTimeout back up to 100s

More tests seem to fail with it at 20s.
This commit is contained in:
Oliver Blanthorn 2020-05-27 22:37:16 +01:00 committed by GitHub
parent 7bc33c2645
commit 52214cdc10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ import * as Until from "selenium-webdriver/lib/until"
const {By} = webdriver
import {Options} from "selenium-webdriver/firefox"
jest.setTimeout(20000)
jest.setTimeout(100000)
// API docs because I waste too much time looking for them every time I go back to this:
// https://seleniumhq.github.io/selenium/docs/api/javascript/