Sets the USB bulkTransfer timeout value in MidiInputDevice.java to 1000, which should fix the problem of some MIDI messages not being recognized when the timeout is 10, and avoids the problem of React Native freezing when the timeout is 0 (infinite). See https://github.com/flowkey/NativePlayer/issues/419