You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(relocation): Right size validation step timeouts (#68229)
These had previously been increased in
#68080 and again in
#68120 to aid with debugging.
Now that #68140 has addressed
the root cause of these excessively long imports, we can bring these
timeouts down to a more reasonable level.
One benefit of the episode is that we now know how long it takes to
import/export a ~50MB relocation file. Based on this, we've set the
timeouts back to 5 minutes for tasks we expect to be quick (handling
`baseline-config` and `colliding-user` steps), while increasing the
timeouts for the actual relocation import/export steps to 40 minutes.
Since even very large comparisons proved quite quick, we're lowering
that timeout to 2 minutes.
0 commit comments