Skip to content

Commit

Permalink
add timeoput to txm process
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Sep 21, 2023
1 parent e429809 commit 7bc1fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Test this example using https://github.com/anko/txm: `txm README.md`
Replace imports with local paths for txm:
!test program
cat | sed -e "s#require('@iota/identity-wasm/node')#require('./node')#" | node
cat | sed -e "s#require('@iota/identity-wasm/node')#require('./node')#" | timeout 30 node || (echo "Process timed out after 30 seconds" && exit 1)
-->
<!-- !test check Nodejs Example -->

Expand Down

0 comments on commit 7bc1fcd

Please sign in to comment.