matrix-org / sygnal

Sygnal: reference Push Gateway for Matrix
Apache License 2.0
166 stars 146 forks source link

Connection Timeout Error #215

Closed kibablu closed 3 years ago

kibablu commented 3 years ago

Add connection timeout error code on CONTRIBUTING.mb, the connection timeout error is caused by poor internet connectivity as pip is set to default 15 sec.

When running this command with slow internet then pip throws a connection time error as pip is set to the default of 15 sec to download any dependency

python3 -m venv venv
./venv/bin/pip install -e '.[dev]'
callahad commented 3 years ago

I manually merged this in 7a3d6f8f47229ce8d03499b186ca8f1906797843 with a few small tweaks -- thank you again 😄

kibablu commented 3 years ago

I manually merged this in 7a3d6f8 with a few small tweaks -- thank you again

Thank you so much :smiley: