1
0
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:
Brad Rydzewski 2016-12-14 00:49:22 -05:00
parent 46a1842665
commit 24c97c4f1d

View File

@ -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
}