It looks as though there is timing issue in the twilio_adapter_test file for test "deliver/2 passes request_options to hackney" as I saw this occasionally failing in travis. This probably just requires a small Process.sleep to ensure some time is taken during the test.
It looks as though there is timing issue in the
twilio_adapter_testfile for test"deliver/2 passes request_options to hackney"as I saw this occasionally failing in travis. This probably just requires a smallProcess.sleepto ensure some time is taken during the test.