@toby3d What do you mean by compiler timeout?
@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.
@toby3d Ah, thanks, I forgot about that.
@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.