Reduce retry wait seconds

This commit is contained in:
Oliver Blanthorn 2020-06-17 15:45:53 +01:00
parent 7a7ee50155
commit fd765e4759
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -68,6 +68,7 @@ jobs:
with:
max_attempts: 100
timeout_minutes: 10
retry_wait_seconds: 1
command: yarn jest
# - name: Test (Chrome, Linux)
# if: matrix.browser == 'chrome' && matrix.os == 'ubuntu'