We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c376a8 commit 87a976dCopy full SHA for 87a976d
cmd/nerdctl/container/container_logs_test.go
@@ -413,6 +413,8 @@ func TestLogsFollowNoExtraneousLineFeed(t *testing.T) {
413
testCase.Command = func(data test.Data, helpers test.Helpers) test.TestableCommand {
414
// Use logs -f to follow the logs
415
// The container will exit after 5 seconds, so we don't need an explicit timeout
416
+ // Arbitrary, but we need to wait until the logs show up
417
+ time.Sleep(3 * time.Second)
418
return helpers.Command("logs", "-f", data.Identifier())
419
}
420
0 commit comments