@tylermumford The #Go compiler has a default timeout for running tests of ten minutes, which can be overridden by a flag. If the limit is reached, the copilator will panic, force stop the process and the remaining tests will be marked as failed.
Top-level
@tylermumford The #Go compiler has a default timeout for running tests of ten minutes, which can be overridden by a flag. If the limit is reached, the copilator will panic, force stop the process and the remaining tests will be marked as failed. 1 comment
|
@toby3d Ah, thanks, I forgot about that.