extend timeout at checkpoint to 2 mins

This commit is contained in:
Rahulraj04 2018-11-17 18:32:52 +05:30
parent 4c4fd0a37a
commit bd61027260

View file

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