Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

timeout (decorator)

timeout(unsigned seconds);

Specifies a time-out for a test-case, above which the test-case is forced to stop and reported as failing. See here for more details.


PrevUpHomeNext