mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-07-13 07:04:13 +00: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 {
|
if err == nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
time.Sleep(500*time.Millisecond)
|
time.Sleep(1*time.Second)
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user