z1pti3 / jimiPlugin-remote

jimi IT automation framework to carry out remote tasks on workstations, servers, etc
Apache License 2.0
3 stars 5 forks source link

[Bug] - Linux timeout set in milliseconds but argument takes it in seconds #23

Closed u-n-i-c-o-rn closed 3 years ago

u-n-i-c-o-rn commented 3 years ago

https://github.com/z1pti3/jimiPlugin-remote/blob/f0703476d5833c1dcfec0d6aed35cd7761288c2b/includes/linux.py#L48

Within the linux connector it is hard coded to 5000 seconds this should be changed to 10 seconds and/or made to be optional within the action that connects?

b1scuit-thi3f commented 3 years ago

Should be fixed in https://github.com/z1pti3/jimiPlugin-remote/commit/c54b3842296c4133dbfb5a06d67c21e29406d172 Timeout is set to 10s by default but can be modified by the user

u-n-i-c-o-rn commented 3 years ago

Great thank you