Commit db76e83
committed
fix(task_await): honor timeout_secs=0 for agent tasks
Previously, timeout_secs=0 was treated as 'unset' and fell back to
the default 10-minute timeout for agent tasks (while bash tasks
correctly supported non-blocking 0-second waits). Now timeout_secs=0
is respected for both agent and bash tasks, enabling immediate
non-blocking checks when needed.
Addresses Codex review feedback.
Change-Id: Iad7d72a342c9ae6c86ffcade4f7bc34e846376c5
Signed-off-by: Thomas Kosiewski <tk@coder.com>1 parent 4451577 commit db76e83
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | | - | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments