mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Speed up tests by reducing snmp timeout (#13725)
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -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:
|
||||
|
2
tests/testing_config.yaml
Normal file
2
tests/testing_config.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
snmp.timeout: 0.1
|
||||
snmp.retries: 0
|
Reference in New Issue
Block a user