Skip to content

Commit 28eae16

Browse files
committed
chore: reduce test time
1 parent 46bc331 commit 28eae16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lifecycle_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ func TestPrintContainerLogsOnError(t *testing.T) {
835835
opts := []ContainerCustomizer{
836836
WithCmd("echo", "-n", "I am expecting this"),
837837
WithLogger(&arrayOfLinesLogger),
838-
WithWaitStrategy(wait.ForLog("I was expecting that").WithStartupTimeout(5 * time.Second)),
838+
WithWaitStrategy(wait.ForLog("I was expecting that").WithStartupTimeout(2 * time.Second)),
839839
}
840840

841841
ctr, err := Run(ctx, "alpine", opts...)

0 commit comments

Comments
 (0)