Closed CampGareth closed 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.
code
1
0
Let users know about sim and build timeouts
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 is1
instead of the normal0
.