Skip to content

Commit 1d1cfb2

Browse files
committed
ci: increase workflow timeout
1 parent 4d79284 commit 1d1cfb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
&& !startsWith(github.event.head_commit.message, 'docs')) ||
1616
(github.event.issue.pull_request && startsWith(github.event.comment.body, '/test') && github.actor == 'JesusTheHun') ||
1717
github.event_name == 'workflow_dispatch'
18-
timeout-minutes: 20
18+
timeout-minutes: 30
1919
runs-on:
2020
group: couchbase-runners
2121
labels: ubuntu-latest-m

0 commit comments

Comments
 (0)