Skip to content

Commit

Permalink
Revert fixed time delay between states
Browse files Browse the repository at this point in the history
  • Loading branch information
nkostoulas committed Oct 31, 2019
1 parent 89f7e42 commit 58ff662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attestation/attestservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58ff662

Please sign in to comment.