From 7bc1fcd52d51c50a832848ce4c9e335d938177e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eike=20Ha=C3=9F?= Date: Thu, 21 Sep 2023 11:56:32 +0200 Subject: [PATCH] add timeoput to txm process --- bindings/wasm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/wasm/README.md b/bindings/wasm/README.md index 32c0e91d6d..4e821c4ac2 100644 --- a/bindings/wasm/README.md +++ b/bindings/wasm/README.md @@ -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) -->