Skip to content

Commit

Permalink
Merge pull request #3979 from apostasie/ci-TestStopWithStopSignal
Browse files Browse the repository at this point in the history
Increase wait for ensurecontainerstarted
  • Loading branch information
AkihiroSuda authored Mar 6, 2025
2 parents 264ccfb + 9182ea4 commit bd79675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testutil/nerdtest/utilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func InspectImage(helpers test.Helpers, name string) dockercompat.Image {
}

const (
maxRetry = 10
maxRetry = 20
sleep = time.Second
)

Expand Down

0 comments on commit bd79675

Please sign in to comment.