extend timeout at checkpoint to 2 mins

This commit is contained in:
Tuna 2018-12-25 22:39:55 +07:00
parent e99a488ba4
commit 88f488fc61

View file

@ -55,7 +55,7 @@ const (
// timeout waiting for M1 // timeout waiting for M1
waitPeriod = 10 waitPeriod = 10
// timeout for checkpoint. // timeout for checkpoint.
waitPeriodCheckpoint = 30 waitPeriodCheckpoint = 120 // 2 mins
) )
// Agent can register themself with the worker // Agent can register themself with the worker