Skip to content

Commit

Permalink
go/runtime/host/sgx: Increase RAK initialization timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko authored and peternose committed Nov 13, 2023
1 parent 8cb671e commit 21a9f43
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions go/runtime/host/sgx/sgx.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ const (

// Runtime RAK initialization timeout.
//
// This can take a long time in deployments that run multiple
// nodes on a single machine, all sharing the same EPC.
runtimeRAKTimeout = 60 * time.Second
// This can take a long time in deployments that run multiple nodes on a single machine, all
// sharing the same EPC. Additionally, this includes time to do the initial consensus light
// client sync and freshness verification which can take some time.
runtimeRAKTimeout = 5 * time.Minute
// Runtime attest interval.
defaultRuntimeAttestInterval = 2 * time.Hour
)
Expand Down

0 comments on commit 21a9f43

Please sign in to comment.