From 94343fa6feb229ebb88baf84778469d37416a98a Mon Sep 17 00:00:00 2001 From: Peter Somogyvari Date: Thu, 25 Mar 2021 18:10:22 -0700 Subject: [PATCH] fix(ci): increase test timeouts to 1h #656 Bumping up the test timesouts to a full hour becauase under heavy load the GHA runner seems to be extremely slow, meaning that the fabric tests can take longer than half an hour each despite the fact that these usually take about 5 minutes or less even on the slow GHA runners. Fixes #656 Signed-off-by: Peter Somogyvari --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f490ddd217a..df82df3a9e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: # experimental: true steps: - # FIXME: These do not work on mac OS as of 2020-12-09 + # FIzXME: These do not work on mac OS as of 2020-12-09 # https://github.community/t/why-is-docker-not-installed-on-macos/17017 # - name: Set up QEMU (ARM64 docker images once we are ready) # uses: docker/setup-qemu-action@v1.0.1