Skip to content

Commit c9b431a

Browse files
chore(internal): bump ci test timeout
1 parent ba337ee commit c9b431a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
lint:
17-
timeout-minutes: 10
17+
timeout-minutes: 15
1818
name: lint
1919
runs-on: ${{ github.repository == 'stainless-sdks/orb-kotlin' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
2020
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run lints
3838
run: ./scripts/lint
3939
test:
40-
timeout-minutes: 10
40+
timeout-minutes: 15
4141
name: test
4242
runs-on: ${{ github.repository == 'stainless-sdks/orb-kotlin' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
4343
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork

0 commit comments

Comments
 (0)