Commit df29e75
committed
test: close provisioner before creating workspace build
Closes coder/internal#1178
I verified the fix works by adding a `time.Sleep(100
* time.Millisecond)` between the `CreateWorkspaceBuild` and
`CancelWorkspaceBuild` calls. Adding this reliably triggered the
flake, and when I added the fix the flake stopped happening.1 parent 8ed1c1d commit df29e75
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
814 | 820 | | |
815 | 821 | | |
816 | 822 | | |
| |||
0 commit comments