Hi Cédric,
1)
I did checked javadoc for timeOut and invocationTimeOut and, as I understand, timeOut is maximum number of milliseconds for each invocation of test and invocationTimeOut is maximum number of milliseconds for all invocations together - I would like to use both timeouts in my tests. Is that possible?
2)
I tried with testng-6.4beta and behavior is same, all tests are PASSED:
[TestRunner] Starting executor timeOut:0ms workers:10 threadPoolSize:5
[TestRunner] Starting executor timeOut:10ms workers:10 threadPoolSize:5
[TestRunner] Starting executor timeOut:0ms workers:10 threadPoolSize:2
...
===============================================
Default test
Tests run: 30, Failures: 0, Skips: 0
===============================================
Thanks,
Denis