Decreasing checkpoint timeout (resolve #488)

This commit is contained in:
NguyenNguyen 2019-04-11 10:05:13 +07:00
parent 6a6720525b
commit 1efbb4e9f6

View file

@ -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