From 6bd0bb1f666fe53f8a9b22e3cc0c88d9b958d118 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Fri, 28 Jan 2022 12:07:05 -0600 Subject: [PATCH] Speed up tests by reducing snmp timeout (#13725) --- .github/workflows/test.yml | 3 +++ tests/testing_config.yaml | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 tests/testing_config.yaml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e5ac797d60..230bb94fba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: diff --git a/tests/testing_config.yaml b/tests/testing_config.yaml new file mode 100644 index 0000000000..6f21874384 --- /dev/null +++ b/tests/testing_config.yaml @@ -0,0 +1,2 @@ +snmp.timeout: 0.1 +snmp.retries: 0