Timeout testing per function

-timeout timeout per pkg, how to timeout tests per function?

Hi @tisonkun,

There is no flag for function-level test timeouts. A possible option here is to equip long-running test functions with a timeout using time.After().

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.