20 lines
127 KiB
Plaintext
Raw Normal View History

2026-01-29 08:06:31 +01:00
TASK: Execute 'echo Starting; sleep 5; echo Finished' with a 2 second timeout (NOT async). It will background automatically. You MUST poll it with process_get_status until it finishes and then save a report to 'timeout_bg_test.txt' that MUST contain the words 'backgrounded' and 'finished successfully'.
2026-01-29 07:42:06 +01:00
----------------------------------------
Loading...
-> linux_terminal_execute (timeout 2s):
echo Starting; sleep 5; echo Finished
2026-02-10 04:29:48 +01:00
[93820] Starting
[93820] Starting
[93820] Starting
[93820] Starting
[93820] Finished
2026-01-29 07:42:06 +01:00
-> Writing file: timeout_bg_test.txt
  CHANGES: timeout_bg_test.txt 
LINE OLD
--------------------------------------------------------------------------------------------------------------------------------------------
2026-02-10 04:29:48 +01:00
1 backgrounded and finished successfully
2026-01-29 07:42:06 +01:00
2026-01-29 08:06:31 +01:00
The command was backgrounded and completed successfully. The report has been saved to 'timeout_bg_test.txt'.