Commit 211d10c
committed
fix: background bash tests can't start with sleep command
The bash tool blocks commands starting with 'sleep' to prevent wasting
time. Changed test commands from 'sleep 30' to 'true && sleep 30' to
bypass this validation while still testing background process behavior.1 parent 5dbc14c commit 211d10c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments