From 52214cdc104e717d216f7f58333c96012b63527f Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Wed, 27 May 2020 22:37:16 +0100 Subject: [PATCH] Bump setTimeout back up to 100s More tests seem to fail with it at 20s. --- tests/excmds.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/excmds.test.ts b/tests/excmds.test.ts index be651cd5..61e2a6ce 100644 --- a/tests/excmds.test.ts +++ b/tests/excmds.test.ts @@ -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/