Commit 7315a1b
rodrigo.nogueira
test: use thread polling instead of fixed sleep for Windows cleanup
Instead of waiting a fixed 5+ seconds, poll for proxy threads to finish
with gc.collect() calls. This is faster on typical runs (exits as soon
as threads are gone) while still having a 5s timeout for robustness.1 parent f6a3a00 commit 7315a1b
1 file changed
Lines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | 92 | | |
99 | 93 | | |
| 94 | + | |
100 | 95 | | |
101 | 96 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments