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
}