Skip to content

Commit

Permalink
Merge pull request #1646 from SmartThingsCommunity/bugfix/increase_ch…
Browse files Browse the repository at this point in the history
…annel_timeout

CI: Increase timeout for getting all channels
  • Loading branch information
greens authored Sep 30, 2024
2 parents 9a008a5 + 78e99a7 commit f33014f
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 f33014f

Please sign in to comment.