From 1d334901c2cb3024a31d7c1893e4e49bed1361b0 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Wed, 12 Jul 2023 12:57:55 -0700 Subject: [PATCH] Raising the FERRUM system test timeout time (#2141) --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fba8a05a41..6bbeccce2c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,9 @@ concurrency: group: test-${{ github.head_ref || github.run_id }} cancel-in-progress: true +env: + FERRUM_PROCESS_TIMEOUT: 30 + jobs: accessibility: name: Accessibility