Skip to content

Commit

Permalink
fix(ci): increase timeouts hyperledger-cacti#656
Browse files Browse the repository at this point in the history
Fixes hyperledger-cacti#656

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Mar 23, 2021
1 parent fea547f commit 43a6357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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://gh.neting.ccmunity/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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"webpack:prod": "lerna run webpack:prod",
"webpack:prod:web": "lerna run webpack:prod:web",
"webpack:prod:node": "lerna run webpack:prod:node",
"test:all": "tap --node-arg=--max-old-space-size=4096 --timeout=600 \"packages/cactus-*/src/test/typescript/{unit,integration}/\"",
"test:all": "tap --node-arg=--max-old-space-size=4096 --timeout=1800 \"packages/cactus-*/src/test/typescript/{unit,integration}/\"",
"test:unit": "tap --node-arg=--max-old-space-size=4096 --timeout=600 \"packages/cactus-*/src/test/typescript/unit/\"",
"test:browser": "karma start karma.conf.js",
"test:integration": "tap --node-arg=--max-old-space-size=4096 --jobs=1 --timeout=600 \"packages/cactus-*/src/test/typescript/integration/\"",
"test:integration": "tap --node-arg=--max-old-space-size=4096 --jobs=1 --timeout=1800 \"packages/cactus-*/src/test/typescript/integration/\"",
"changelog": "conventional-changelog --infile CHANGELOG.md --outfile CHANGELOG.md && git add CHANGELOG.md",
"commit": "git-cz --signoff",
"prettier": "prettier --write --config .prettierrc.json \"./**/*.{ts,js}\"",
Expand Down

0 comments on commit 43a6357

Please sign in to comment.