[x] Decrease timeout from 5s to 1s in ethernet connections
Documentation
[x] Build documentation locally to verify changes.
Code formatting
[x] Use black package to format the code: black -l 100 ingeniamotion tests. It is recommended to configure the code editor to automatically format the code using black with a max length line of 100.
Description
Change ethernet connections timeout
Fixes # INGM-286
Type of change
Documentation
Code formatting
black -l 100 ingeniamotion tests
. It is recommended to configure the code editor to automatically format the code using black with a max length line of 100.