Skip to content

Commit 87ab18d

Browse files
authored
Merge pull request #9 from jonico/jonico-patch-1
Update timeout for branch creation
2 parents 2f1e9aa + 0d30d3b commit 87ab18d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/issue-ops-ps-commands.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ jobs:
416416

417417
- name: Create DB branch and deploy request- if asked, please click on displayed link to authenticate
418418
id: create-db-branch-and-dr
419-
timeout-minutes: 3
419+
timeout-minutes: 5
420420
env:
421421
PLANETSCALE_SERVICE_TOKEN_NAME: ${{secrets.PLANETSCALE_SERVICE_TOKEN_NAME}}
422422
PLANETSCALE_SERVICE_TOKEN: ${{secrets.PLANETSCALE_SERVICE_TOKEN}}
@@ -1079,4 +1079,4 @@ jobs:
10791079
...context.repo,
10801080
comment_id: ${{github.event.comment.id}},
10811081
reaction_id: ${{needs.prechecks.outputs.eyes}}
1082-
})
1082+
})

0 commit comments

Comments
 (0)