Skip to content

Commit e91f70a

Browse files
committed
ci: update docs step to have longer timeout
1 parent 6b0b4c5 commit e91f70a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.buildkite/steps/docs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const docsStep = createStep<CustomCommandStep>(() => {
1414
...commandStepDefaults,
1515
label: ':docusaurus: Build - Docs',
1616
key: 'build_docs',
17+
timeout_in_minutes: 20,
1718
commands: ['npx ts-node .buildkite/scripts/steps/docs.ts'],
1819
env: {
1920
ECH_CHECK_ID: 'build_docs',

0 commit comments

Comments
 (0)