Skip to content

Commit

Permalink
timeout=5000 for debug-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN committed Jan 25, 2025
1 parent 2ff1cc9 commit 3e21d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/debug-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/uqbar-project/wollok-lsp-ide"
},
"scripts": {
"test": "mocha --config .mocharc.js --timeout=2000"
"test": "mocha --config .mocharc.js --timeout=5000"
},
"dependencies": {
"@vscode/debugadapter": "^1.66.0",
Expand Down

0 comments on commit 3e21d9d

Please sign in to comment.