diff --git a/pkg/cmd/run/list/list.go b/pkg/cmd/run/list/list.go index 2785be7ae..3679a8333 100644 --- a/pkg/cmd/run/list/list.go +++ b/pkg/cmd/run/list/list.go @@ -15,7 +15,7 @@ import ( ) const ( - defaultLimit = 10 + defaultLimit = 20 ) type ListOptions struct {