square / subzero

Block's Bitcoin Cold Storage solution.
Apache License 2.0
677 stars 93 forks source link

Increase the MSAN test timeout to 15 seconds #695

Closed ivmaykov closed 7 months ago

ivmaykov commented 7 months ago

We've seen occasional failures of the MSAN build only. Looks like 10 seconds is not always long enough for MSAN-enabled subzero to fully start up and start accepting traffic.

Leaving the other timeouts at 10 seconds because I haven't seen any such failures with ASAN or UBSAN so far.