Commit dd667c2
committed
extension/test/gopls: increase the stretchr test timeout
Allow more time for shutting down gopls. The stretchr
test requires 3rd party modules to build and need more
time for gopls to load & shutdown.
Remove unnecessary async in afterEach callback.
This async caused the callback to be unnecessarily wrapped
in a Promise and triggered confusing error message in case
of test failure - unresolved promise even when the cause of
failure is somewhere else.
Change-Id: Iabf3f7639ae68548fb730183bf7fc8c925ecca79
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/618356
kokoro-CI: kokoro <[email protected]>
Commit-Queue: Hyang-Ah Hana Kim <[email protected]>
Reviewed-by: Robert Findley <[email protected]>1 parent 5212b15 commit dd667c2
2 files changed
+6
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
233 | | - | |
234 | | - | |
| 232 | + | |
235 | 233 | | |
236 | 234 | | |
237 | 235 | | |
238 | 236 | | |
239 | 237 | | |
240 | 238 | | |
241 | | - | |
| 239 | + | |
242 | 240 | | |
243 | 241 | | |
244 | 242 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
| 149 | + | |
149 | 150 | | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | 151 | | |
155 | 152 | | |
156 | 153 | | |
| |||
0 commit comments