mendix / UnitTesting

Module to run Mendix and JUnit unit test inside a project
Apache License 2.0
7 stars 12 forks source link

Decreased the sleep timers for JUnit tests #34

Open Maismaus opened 2 years ago

Maismaus commented 2 years ago

I noticed my unit tests took quite a bit longer when I had the FindJUnitTests enabled. Investigating further, I noticed there were several Thread.sleep() functions built in. In total, they take 4 seconds. Is there any specific reason for this? If you want to perform the Unit Tests in an after startup, each startup takes 4 seconds longer, which is annoying.