mateusluizfb / crawley-ex

An elixir app that fetches repos across the Github catalog
4 stars 2 forks source link

Fix ExVCR #2

Open mateusluizfb opened 4 years ago

mateusluizfb commented 4 years ago

For some reason, ExVCR is throwing a timeout error when trying to request the real Github API to create the clone (You may see how it works in the ExVCR docs).

What I've been doing here is create the VCR's cassete manually, like the docs show

The ideal option is let VCR clone the request for itself in the first request