Our integration tests against the github API are very flaky. This patch tries to add a not so smart workaround to make the tests more robust. Looking at the failing tests
my feeling is that some resources are not fully created on the github side. So I added some forced stops to make sure github has created repos/releases/assets etc are setup correctly.
Description
Our integration tests against the github API are very flaky. This patch tries to add a not so smart workaround to make the tests more robust. Looking at the failing tests my feeling is that some resources are not fully created on the github side. So I added some forced stops to make sure github has created repos/releases/assets etc are setup correctly.
Changes