Skip to content

Commit

Permalink
CI: Increase timeout for getting all channels
Browse files Browse the repository at this point in the history
As the number of channels has grown, it sometimes takes the API longer than 5s to return all the channels. This should be a little bandage on that issue.
  • Loading branch information
greens committed Sep 24, 2024
1 parent bf93ca2 commit 78e99a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-channel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
url: 'https://api.smartthings.com/distchannels/'
method: GET
bearerToken: ${{ secrets.TOKEN }}
timeout: 10000
- name: Store channel name
uses: actions/github-script@v5
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/delete-channel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
url: 'https://api.smartthings.com/distchannels/'
method: GET
bearerToken: ${{ secrets.TOKEN }}
timeout: 10000
- name: Store channel name
uses: actions/github-script@v5
with:
Expand Down

0 comments on commit 78e99a7

Please sign in to comment.