diff --git a/remote/remote.go b/remote/remote.go index db433c93c..aac6aa53a 100644 --- a/remote/remote.go +++ b/remote/remote.go @@ -114,7 +114,7 @@ func File(c context.Context, u *model.User, r *model.Repo, b *model.Build, f str if err == nil { return } - time.Sleep(500*time.Millisecond) + time.Sleep(1*time.Second) } return }