fix: another attempt to fix flaky test container_crashes_on_startup_without_healthcheck

This commit is contained in:
Pasha Sviderski
2026-03-06 21:12:23 +10:00
parent 78a3551c77
commit 7b306f25ce
+2 -2
View File
@@ -1414,7 +1414,7 @@ myapp.example.com {
}
})
monitorPeriod := 2 * time.Second
monitorPeriod := 3 * time.Second
spec := api.ServiceSpec{
Name: name,
Mode: api.ServiceModeReplicated,
@@ -1455,7 +1455,7 @@ myapp.example.com {
})
// 1 second is sometimes not enough for Docker to detect the crash and start restarting the container.
monitorPeriod := 2 * time.Second
monitorPeriod := 3 * time.Second
spec := api.ServiceSpec{
Name: name,
Mode: api.ServiceModeReplicated,