forked fromfsharp/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commitc0b044c
authored
Use WaitForExit(timeout) rather than loop on HasExited property for some tests (#3906)
* bump* Remove reliance on HasExited, instead use WaitForExit(timeout)* Huge timeout in fcs tests* Remove bump space* Replace scary computed constants with hipster TimeSpans* fix comment* Of course TotalMilliseconds is float and Milliseconds is int --- use Milliseconds* Use the Timespan APIs correctly1 parente600412 commitc0b044c
File tree
2 files changed
+8
-4
lines changed- tests
- fsharpqa/Source/CodeGen/Structure
- service
2 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | | - | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | | - | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
49 | | - | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| |||
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
90 | | - | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
0 commit comments
Comments
(0)