Skip to content

Commit 77ddeb7

Browse files
increase timeout
1 parent f68112a commit 77ddeb7

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.github/workflows/docs-stage-2-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
check-generated-dependencies:
4949
name: "Check generated dependencies"
5050
runs-on: ubuntu-latest
51-
timeout-minutes: 5
51+
timeout-minutes: 10
5252
steps:
5353
- name: "Checkout code"
5454
uses: actions/checkout@v5
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"status": "invalid"
3+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"properties": {
3+
"status": {
4+
"enum": [
5+
"active",
6+
"inactive",
7+
"pending"
8+
],
9+
"type": "string"
10+
}
11+
},
12+
"type": "object"
13+
}

0 commit comments

Comments
 (0)