Skip to content

Commit 9182ea4

Browse files
committed
Increase wait for ensurecontainerstarted
Signed-off-by: apostasie <spam_blackhole@farcloser.world>
1 parent e79def4 commit 9182ea4

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)