Commit 8cd2c2f
Add timeout for host process /waitForDebugger flag
This change adds a 15 second timeout for the /waitForDebugger flag in
debug builds. This prevents hangs when Visual Studio can't attach to the
process automatically when debugging tests.1 parent bede0e9 commit 8cd2c2f
File tree
2 files changed
+6
-3
lines changed- src/PowerShellEditorServices.Host
- test/PowerShellEditorServices.Test.Host
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | | - | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments