This commit is contained in:
Zheng Mu 2021-01-26 15:49:11 -08:00
Родитель 5ac3a39f60
Коммит db140f4c96
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -835,7 +835,7 @@ namespace Microsoft.Forge.TreeWalker
}
}
// Retries are exhausted. Throw ActionTimeoutException with executeAction exception as innerException.
// Action timeout is reached. Throw ActionTimeoutException with executeAction exception as innerException.
throw new ActionTimeoutException(
string.Format(
"Action did not complete successfully with timeout reached. TreeNodeKey: {0}, TreeActionKey: {1}, ActionName: {2}, RetryCount: {3}, RetryPolicy: {4}, Timeout: {5}",