From 1141ce693964c2c17c6e2f8c0e0944f0c49e8d53 Mon Sep 17 00:00:00 2001 From: John Sully Date: Sat, 30 May 2020 22:16:56 -0400 Subject: [PATCH] Endurance tests need more cores Former-commit-id: dcd297eb5bad0be0bf9f5b34c6fb9ec7486cbe65 --- .github/workflows/endurance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/endurance.yml b/.github/workflows/endurance.yml index 2be46b194..326d1203b 100644 --- a/.github/workflows/endurance.yml +++ b/.github/workflows/endurance.yml @@ -7,7 +7,7 @@ on: jobs: test-endurance: - runs-on: quadcore + runs-on: octocore timeout-minutes: 60 steps: - uses: actions/checkout@v1