This commit is contained in:
Mangirdas Judeikis 2021-07-15 12:34:14 +01:00
Родитель 6e0f4ea547
Коммит 8ea621b8de
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: AA071F630E926BBD
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -47,7 +47,7 @@ var _ = Describe("[Admin API] VM redeploy action", func() {
By("verifying through Azure activity logs that the redeployment happened") By("verifying through Azure activity logs that the redeployment happened")
// Can be material delays in shipping activity logs, hence healthy 15 min wait. // Can be material delays in shipping activity logs, hence healthy 15 min wait.
// https://docs.microsoft.com/en-us/azure/azure-monitor/logs/data-ingestion-time#azure-activity-logs-resource-logs-and-metrics // https://docs.microsoft.com/en-us/azure/azure-monitor/logs/data-ingestion-time#azure-activity-logs-resource-logs-and-metrics
err = wait.PollImmediate(10*time.Second, 15*time.Minute, func() (bool, error) { err = wait.PollImmediate(10*time.Second, 20*time.Minute, func() (bool, error) {
filter := fmt.Sprintf( filter := fmt.Sprintf(
"eventTimestamp ge '%s' and resourceId eq '%s'", "eventTimestamp ge '%s' and resourceId eq '%s'",
startTime.Format(time.RFC3339), startTime.Format(time.RFC3339),