Revert me: make tests easier to fail

This commit is contained in:
Oliver Blanthorn 2020-08-02 18:14:45 +01:00
parent 59d2c8513b
commit e5d3ca8add
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ on:
jobs:
test:
timeout-minutes: 120
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
@ -81,7 +81,7 @@ jobs:
env:
HEADLESS: 1
with:
max_attempts: 40
max_attempts: 10
timeout_minutes: 10
retry_wait_seconds: 10
command: |

View file

@ -54,7 +54,7 @@ const modToSelenium = {
}
export function sendKeys (driver, keys) {
const delay = 100
const delay = 300
function chainRegularKeys (previousPromise, regularKeys) {
return regularKeys
.split("")