Skip to content

Commit bd79675

Browse files
authored
Merge pull request containerd#3979 from apostasie/ci-TestStopWithStopSignal
Increase wait for ensurecontainerstarted
2 parents 264ccfb + 9182ea4 commit bd79675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/testutil/nerdtest/utilities.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func InspectImage(helpers test.Helpers, name string) dockercompat.Image {
9797
}
9898

9999
const (
100-
maxRetry = 10
100+
maxRetry = 20
101101
sleep = time.Second
102102
)
103103

0 commit comments

Comments
 (0)