Skip to content

Commit

Permalink
Use longer timeout for playground project (#3301)
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd authored Jan 31, 2022
1 parent 0bf5515 commit 9844a50
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"TestPlatform.Playground": {
"commandName": "Project",
"environmentVariables": {
"VSTEST_RUNNER_DEBUG_ATTACHVS": "1",
"VSTEST_CONNECTION_TIMEOUT": "999",
"VSTEST_DEBUG_NOBP": "1",
"VSTEST_RUNNER_DEBUG_ATTACHVS": "1",
"VSTEST_HOST_DEBUG_ATTACHVS": "1",
"VSTEST_DATACOLLECTOR_DEBUG_ATTACHVS": "1"
}
}
}
}
}

0 comments on commit 9844a50

Please sign in to comment.