mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Bump setTimeout back up to 100s
More tests seem to fail with it at 20s.
This commit is contained in:
parent
7bc33c2645
commit
52214cdc10
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue