From fa8f41dbd4a551cd0f5e72cfdbc41e19a8139b6d Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 18 Oct 2024 09:26:58 +1100 Subject: [PATCH] revert --- .github/workflows/ci.yml | 2 +- test/06-shutdown.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 441cc9719..679d2f9dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: run: npm install - name: Bootstrap - run: npm run bootstrap -- --corestore ~/.pear-gha/v1-corestore-${{ matrix.os }} + run: npm run bootstrap - name: Install Bare run: npm i -g bare-runtime diff --git a/test/06-shutdown.test.js b/test/06-shutdown.test.js index 6b25d1291..18fa04d44 100644 --- a/test/06-shutdown.test.js +++ b/test/06-shutdown.test.js @@ -41,7 +41,7 @@ test('lock released after shutdown', async function ({ ok, plan, comment, teardo let platformDirLs test.hook('prepare low-spindown platform', async (t) => { - t.timeout(200_000) + t.timeout(120_000) const patchedArtefactDir = path.join(Helper.tmp, 'als-pear') t.comment(`Copying platform code to ${patchedArtefactDir}`)