Skip to content

Commit f8f4ed3

Browse files
committed
test(cli): avoid child-process timeout skew
1 parent 663afc8 commit f8f4ed3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/test/resources/slow-codex.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
#!/bin/sh
2-
sleep 4
3-
exit 0
2+
while :; do :; done

0 commit comments

Comments
 (0)