Skip to content

Commit 296c3bd

Browse files
committed
refactor: remove unused sleep time to test packaging
1 parent 3376ef2 commit 296c3bd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/pkg/platform/deploy.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ func deployApp(ctx context.Context, clients *shared.ClientFactory, app types.App
148148
packagedTime := fmt.Sprintf("%.1fs", elapsedPackage.Seconds())
149149
defer os.Remove(result.Filename)
150150

151-
time.Sleep(5 * time.Second)
152-
153151
packageSuccessText := style.Sectionf(style.TextSection{
154152
Emoji: "gift",
155153
Text: "App packaged and ready to deploy",

0 commit comments

Comments
 (0)