Skip to content

Commit

Permalink
fix(ci): increase test timeouts to 1h hyperledger-cacti#656
Browse files Browse the repository at this point in the history
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 hyperledger-cacti#656

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Mar 26, 2021
1 parent 529dcaf commit 94343fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.saobby.my.eu.orgmunity/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
Expand Down

0 comments on commit 94343fa

Please sign in to comment.