Skip to content

Commit

Permalink
updates OAS
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Jul 1, 2022
1 parent 562ce80 commit ff43dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/dynamic-sidecar/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"title": "Command Timeout",
"type": "number",
"description": "docker-compose up command timeout run as a background",
"default": 60.0
"default": 3600.0
},
"name": "command_timeout",
"in": "query"
Expand All @@ -99,7 +99,7 @@
"title": "Validation Timeout",
"type": "number",
"description": "docker-compose config timeout (EXPERIMENTAL)",
"default": 10.0
"default": 60.0
},
"name": "validation_timeout",
"in": "query"
Expand Down

0 comments on commit ff43dcd

Please sign in to comment.