agentMET4FOF icon indicating copy to clipboard operation
agentMET4FOF copied to clipboard

no detection of run time errors of tutorials?

Open gertjan123 opened this issue 3 years ago • 15 comments

I think the test of the tutorials shuts down to quickly to test and raise run time errors. This is due to the test form tut1().shutdown(). The potential alternative

tut1() time.sleep(20) tut1.shutdown()

doesn't work, as it never shutsdown. Maybe the links to the agent processes are lost.

Is there a way to run the framework 20 seconds and shutting down only then?

gertjan123 avatar Jun 08 '21 14:06 gertjan123