Try increase diff upper bound

This commit is contained in:
Yatsishin Ilya 2021-07-28 13:29:15 +03:00
parent 421650dc68
commit 315c3f804c

View File

@ -57,7 +57,7 @@ TIMEOUT_DIFF_UPPER_BOUND = {
},
'ready_to_wait': {
'distributed': 3,
'remote': 1.5,
'remote': 2.0,
},
}