Skip to content

Commit

Permalink
Decreasing checkpoint timeout (resolve ethereum#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhnguyennguyen committed Apr 11, 2019
1 parent 6a67205 commit 1efbb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const (
// timeout waiting for M1
waitPeriod = 10
// timeout for checkpoint.
waitPeriodCheckpoint = 120 // 2 mins
waitPeriodCheckpoint = 20
)

// Agent can register themself with the worker
Expand Down

0 comments on commit 1efbb4e

Please sign in to comment.