You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.
Path separator. Actually the unix path separator is hard coded (:) . Should use path.separator system property
timeout command: timeout command on Windows exists but don't work like *nix one.
Maybe a scala side timeout function should be the best way to resolve that
The text was updated successfully, but these errors were encountered:
`timeout` command under windows does not do what we expected it to do.
Handling it in scala should make the code much more portable.
This is part of ticket #61.
Path separator. Actually the unix path separator is hard coded (:) . Should use path.separator system property
timeout command: timeout command on Windows exists but don't work like *nix one.
Maybe a scala side timeout function should be the best way to resolve that
The text was updated successfully, but these errors were encountered: