Speed up tests by reducing snmp timeout (#13725)

This commit is contained in:
Tony Murray 2022-01-28 12:07:05 -06:00 committed by GitHub
parent 658fd7972b
commit 6bd0bb1f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -149,6 +149,9 @@ jobs:
if: matrix.skip-web-check != '1'
run: |
php artisan dusk:update --detect
-
name: Copy seeded config
run: cp "${GITHUB_WORKSPACE}/tests/testing_config.yaml" "${GITHUB_WORKSPACE}/database/seeders/config/"
-
name: Ensure MySQL is up
env:

View File

@ -0,0 +1,2 @@
snmp.timeout: 0.1
snmp.retries: 0