Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/test_pair: make TestPairM#test_write_nonblock_retry faster
Write 4099-bytes blocks instead of 11-bytes blocks to run it faster. The buffer may be as large as megabytes and it takes too much time to fill up, especially under GC.stress. I didn't measured but it didn't finish in an hour.
- Loading branch information