ReconfigureIO / reco-sdaccel

0 stars 1 forks source link

If build or sim timeout, let API know #188

Closed CampGareth closed 6 years ago

CampGareth commented 6 years ago

Extends the graph timeouts to cover build and sim too. If the long portion of either of these fails with a timeout exit code, we send an event to the API saying a timeout occurred. The value of code in this case is 1 instead of the normal 0.

CampGareth commented 6 years ago

Let users know about sim and build timeouts