mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
increased to 5sec
This commit is contained in:
parent
46a1842665
commit
24c97c4f1d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue