[go test] How to write pure test classes to handle larger delay

There will be an issue if we have test cases with larger delay. If one test case executed, then the following has larger execution time , then the whole test framework will fail. Im trying to define a test class to handle these kinds of issues.

go command - cmd/go - Go Packages -timeout

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