We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32a8ad commit ea73420Copy full SHA for ea73420
.vscode/settings.json
@@ -1,5 +1,6 @@
1
{
2
- "go.testFlags": ["-race", "-count", "1"], // , "-short"],
+ // Some integration tests take quite long to run, increase the overall limit for now
3
+ "go.testFlags": ["-timeout", "120s", "-race", "-count", "1"], // , "-short"],
4
"workbench.colorCustomizations": {
5
"sash.hoverBorder": "#3399ff",
6
"titleBar.activeBackground": "#007fff",
0 commit comments