The previous commit fd89a9 added extra & on 'put' to the pool.
This was the reason of panic on 'get' method:
panic: interface conversion: interface {} is *[]uint8, not []uint8
Increase reply timeout on tests
One millisecond timeout is not enough for ci, increase it to prevent flaps.
Fix panic of interface conversion
The previous commit fd89a9 added extra & on 'put' to the pool. This was the reason of panic on 'get' method: panic: interface conversion: interface {} is *[]uint8, not []uint8
Increase reply timeout on tests One millisecond timeout is not enough for ci, increase it to prevent flaps.