Skip to content

Commit 5034f51

Browse files
author
kiran-garre
committed
Add timeout for q chat
1 parent faef1fe commit 5034f51

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs-generation/update-docs.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ documentation. Then read 'pr-contents.txt' to see the contents of the current PR
1111
After reading both the directory and the PR file, update the files in the 'docs' directory
1212
with new documentation reflecting the proposed changes in the PR. Make new files as appropriate."
1313

14-
cat pr-contents.txt
15-
16-
echo -e $PROMPT | qchat chat --non-interactive --trust-all-tools
14+
timeout 5m echo -e $PROMPT | qchat chat --non-interactive --trust-all-tools
1715
exit $?

0 commit comments

Comments
 (0)