calamares/src/modules/shellprocess
Adriaan de Groot c2aca1f5c6 [shellprocess] Implement timeout setting
- For both shellprocess and contextualprocess, add a top-level key
   "timeout" that defaults to 10 seconds (which it already did).
 - Allows setting "global" timeout for command-lists, while still
   allowing individual timeouts per-command.
 - Setting timeout per global variable in contextualprocess is not
   supported; that would restrict the possible space of comparisions,
   while not supporting a global setting timeout seems reasonable enough.
   Use instances if you need wildly variable timeouts and don't want to
   set them individually.
2018-01-29 22:08:12 +01:00
..
CMakeLists.txt [libcalamares] Move CommandList into libcalamares 2018-01-15 06:52:55 -05:00
module.desc [shellprocess] Stub of a shell process module. 2018-01-12 10:33:51 -05:00
shellprocess.conf [shellprocess] Implement timeout setting 2018-01-29 22:08:12 +01:00
ShellProcessJob.cpp [shellprocess] Implement timeout setting 2018-01-29 22:08:12 +01:00
ShellProcessJob.h [shellprocess] Implement timeout setting 2018-01-29 22:08:12 +01:00
Tests.cpp [shellprocess] Implement timeout setting 2018-01-29 22:08:12 +01:00
Tests.h [shellprocess] Add test for future feature 2018-01-29 17:40:29 +01:00