Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
maidh91 committed Oct 17, 2024
1 parent 6ee9fed commit fa8f41d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/06-shutdown.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`)
Expand Down

0 comments on commit fa8f41d

Please sign in to comment.