Skip to content

Commit b64e26e

Browse files
committed
DEBUG
1 parent 97e1a94 commit b64e26e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/probot-check-group.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
required-jobs:
1313
runs-on: ubuntu-latest
1414
if: github.event.pull_request.draft == false
15-
timeout-minutes: 61 # in case something is wrong with the internal timeout
15+
timeout-minutes: 3 # in case something is wrong with the internal timeout
1616
steps:
1717
- uses: Lightning-AI/probot@v4
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
with:
2121
job: check-group
22-
interval: 180 # seconds
23-
timeout: 60 # minutes
22+
interval: 30 # seconds
23+
timeout: 2 # minutes
2424
maintainers: '@Lightning-AI/lai-frameworks'
2525
owner: '@carmocca'

0 commit comments

Comments
 (0)