Files
engine/Cargo.lock
Romain GERARD b6e7a529d1 Fix command with timeout
- reading on stdout/stderr may be blocking if the app does
    not output anything, thus we never reach the code that abort/timeout
    the process

  - Fix: Properly timeout reading stdout/stderr

  - Try to interleave stdout and stderr to have output in the correct
  order. For a better alternative timestamp should be added and remerged
  after it
2021-03-22 21:15:14 +01:00

90 KiB