26 Sep
2009
26 Sep
'09
10:45 p.m.
Dmitry V. Krivenok wrote:
Hello!
I have a question about timeouts implementation in Boost::Test. Please take a look at a simple example I wrote to demonstrate the problem:
Unfortunately it's unclear from interface, but timeout is only supported on test case level. We guard each test case execution separately. and we do not guard test suite as an entity. It might be possible to do so, so you if you have any ideas feel free to share. Gennadiy