Skip to content

Commit

Permalink
vscode-ext: change default timeout to 60 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp15b committed Jan 2, 2025
1 parent 61785dd commit f51af62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"properties": {
"caesar.server.timeout": {
"type": "number",
"default": 300,
"default": 60,
"description": "Specifies the timeout for the verifier in seconds.",
"order": 1
},
Expand Down

0 comments on commit f51af62

Please sign in to comment.