InĀ SERVER-87954 we added a new option to `ReplSetTest` in `replsettest.js` constructor `opts.timeoutMS` that replaces the instance `kDefaultTimeoutMS`.
We should rename `kDefaultTimeoutMS` to `timeoutMS` since there is already a global `ReplSetTest.kDefaultTimeoutMS` and this value is not the default.