Skip to content

Commit

Permalink
ci: increase command timeout in CI workflow to improve performance
Browse files Browse the repository at this point in the history
- Increase the command timeout to `30s` in the CI workflow

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Jan 7, 2024
1 parent 1de6161 commit 28cfaee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ jobs:
port: ${{ secrets.PORT }}
script_stop: true
request_pty: true
command_timeout: 30s
script: |
whoami && echo 'hello world' && touch todo.txt
sudo su - -c 'whoami'

0 comments on commit 28cfaee

Please sign in to comment.