[Solved] Make test - panic: test timed out after 3m0s

Is there any way I can extend the time out?
Also: Is there a manual for somewhat experienced developers that are new to GOLANG. Any doc about “mattermost-development-best-practices”?
tx folks! :: Peter

Hmm…weird. The timeouts should be more than generous, but you can modify them in the makefile see https://github.com/mattermost/platform/blob/master/Makefile#L169

Thanks Corey, raising the timeouts in ‘Makefile’ did the trick.