Page MenuHomePhabricator

[cmake] Double the functional test timeout when a sanitizer is enabled
ClosedPublic

Authored by Fabien on Jul 20 2022, 15:46.

Details

Summary

The sanitizers can have a lot of overhead, especially TSAN. Some tests have their RPC timeout bumped already but this does not apply to all the timeouts, like wait_until timeouts which occasionnaly causes false positives on CI that can be reproduced easily enough on slow machines.

Test Plan

With and without tsan:

ninja check-functional

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable