Make tests harder to fail again

This commit is contained in:
Oliver Blanthorn 2020-08-03 14:57:39 +01:00
parent e7cc548bb2
commit 72fea46af8
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

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