diff options
author | anweshadas <anwesha@das.community> | 2022-05-13 12:05:47 +0200 |
---|---|---|
committer | anweshadas <anwesha@das.community> | 2022-05-13 12:05:47 +0200 |
commit | 0411ff8d48caae2b21e6702868858f3de904d5e6 (patch) | |
tree | e3a894b357cc15d3042f3df38780edaadb755d6f | |
parent | 73a817a3c871d7d7aea38f4589fde022473582b2 (diff) |
Increases the sleep time to 15 minutes
Previously there was a sleep time of 8 minutes after add-leaf endpoint
checking to make sure we have an inclusion proof with that particular
leaf created by add-leaf.
-rwxr-xr-x | scripts/monitor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/monitor.sh b/scripts/monitor.sh index 2d2722b..444be5d 100755 --- a/scripts/monitor.sh +++ b/scripts/monitor.sh @@ -69,7 +69,7 @@ function main() { wit1_pub=`cat wit1_pub` wit1_key_hash=`cat wit1_pubhash` # We don't know how much to sleep - sleep 480 + sleep 900 get_tree_size check_inclusion_proof $tree_size $seed_value check_add_cosignature $wit1_key_hash $wit1_priv |