Skip to content

[MINOR] Fix TestAccountWithdrawalMultiple NDF

Peter-Jan Brone requested to merge fix-withdrawalmultiple-ndf into master

Overview

After close investigation, I found that the only reason this NDF was happening was due to an extremely low timeout setting for Testing. It was timing out just because of the highly concurrent nature of the test, spinning 100 threads on the CI. Not reproducible locally, not reproducible with fewer threads.

Merge request reports