diff --git a/main.go b/main.go index 8ca073b..ceff855 100644 --- a/main.go +++ b/main.go @@ -265,6 +265,7 @@ func main() { client := &http.Client{ Timeout: time.Second * 60, } + time.Sleep(3000 * time.Millisecond) //give github time to be consisitent for index, request := range cowpokeRequests { doRequest(catalogCreationCheckRequests[index], request, client) }