From 58ff6621ae68c8b71d8e17a2e1e3018851944c31 Mon Sep 17 00:00:00 2001 From: nkostoulas Date: Thu, 31 Oct 2019 16:07:32 +0000 Subject: [PATCH] Revert fixed time delay between states --- attestation/attestservice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attestation/attestservice.go b/attestation/attestservice.go index 95b6eb2..70b059b 100644 --- a/attestation/attestservice.go +++ b/attestation/attestservice.go @@ -51,7 +51,7 @@ const ( // waiting time schedules const ( // fixed waiting time between states - ATimeFixed = 100 * time.Millisecond + ATimeFixed = 5 * time.Second // waiting time for sigs to arrive from multisig nodes ATimeSigs = 1 * time.Minute