From 0411ff8d48caae2b21e6702868858f3de904d5e6 Mon Sep 17 00:00:00 2001 From: anweshadas Date: Fri, 13 May 2022 12:05:47 +0200 Subject: 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. --- scripts/monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3