mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-30 08:06:52 +02:00
increased to 5sec
This commit is contained in:
parent
46a1842665
commit
24c97c4f1d
@ -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 New Issue
Block a user