Skip to content

Commit 75d89bd

Browse files
committed
update zemu tests
1 parent 9a03aad commit 75d89bd

File tree

254 files changed

+64
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+64
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797

9898
test_zemu:
9999
runs-on: ubuntu-latest
100+
timeout-minutes: 30
100101
steps:
101102
- name: Checkout
102103
uses: actions/checkout@v3

tests_zemu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
],
1616
"scripts": {
1717
"clean": "ts-node tests/pullImageKillOld.ts",
18-
"test": "yarn clean && jest --maxConcurrency 4"
18+
"test": "yarn clean && jest --maxConcurrency 3"
1919
},
2020
"dependencies": {
2121
"@zondax/ledger-icp": "link:../js",
22-
"@zondax/zemu": "^0.42.0"
22+
"@zondax/zemu": "^0.42.1"
2323
},
2424
"devDependencies": {
2525
"@types/jest": "^29.2.3",
415 Bytes
459 Bytes
637 Bytes
648 Bytes
335 Bytes
249 Bytes
431 Bytes
366 Bytes

0 commit comments

Comments
 (0)