Skip to content

Commit

Permalink
Merge pull request #17 from EvanSnapp/defect-github-catalog-not-found
Browse files Browse the repository at this point in the history
Hardcoded wait to fix github eventual consistency weirdness
  • Loading branch information
Shawn Hartsell authored Sep 19, 2016
2 parents bb98feb + c3ef4a2 commit 0f03928
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 0f03928

Please sign in to comment.