Skip to content

Commit ea73420

Browse files
authored
Update vscode test settings
1 parent a32a8ad commit ea73420

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"go.testFlags": ["-race", "-count", "1"], // , "-short"],
2+
// Some integration tests take quite long to run, increase the overall limit for now
3+
"go.testFlags": ["-timeout", "120s", "-race", "-count", "1"], // , "-short"],
34
"workbench.colorCustomizations": {
45
"sash.hoverBorder": "#3399ff",
56
"titleBar.activeBackground": "#007fff",

0 commit comments

Comments
 (0)