Skip to content

Commit 792e7f9

Browse files
committed
Fix healthcheck test
Signed-off-by: apostasie <[email protected]>
1 parent d0d1c2d commit 792e7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/nerdctl/container/container_health_check_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ func TestContainerHealthCheckAdvance(t *testing.T) {
207207
helpers.Ensure("run", "-d", "--name", data.Identifier(),
208208
"--health-cmd", "exit 1",
209209
"--health-interval", "1s",
210-
"--health-start-period", "5s",
210+
"--health-start-period", "60s",
211211
"--health-retries", "2",
212212
testutil.CommonImage, "sleep", nerdtest.Infinity)
213213
nerdtest.EnsureContainerStarted(helpers, data.Identifier())

0 commit comments

Comments
 (0)