mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Revert me: make tests easier to fail
This commit is contained in:
parent
59d2c8513b
commit
e5d3ca8add
2 changed files with 3 additions and 3 deletions
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
@ -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: |
|
||||
|
|
|
@ -54,7 +54,7 @@ const modToSelenium = {
|
|||
}
|
||||
|
||||
export function sendKeys (driver, keys) {
|
||||
const delay = 100
|
||||
const delay = 300
|
||||
function chainRegularKeys (previousPromise, regularKeys) {
|
||||
return regularKeys
|
||||
.split("")
|
||||
|
|
Loading…
Add table
Reference in a new issue