Skip to content

Commit

Permalink
Merge pull request #18 from LeanKit-Labs/defect-catalog-not-found
Browse files Browse the repository at this point in the history
When in doubt, do a thread sleep!
  • Loading branch information
Shawn Hartsell authored Sep 21, 2016
2 parents bb98feb + 0f03928 commit ef9d4ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit ef9d4ae

Please sign in to comment.