Commit f0bb806
committed
fix(vdi): fix wait for coalesce condition
The condition would return immediately because of the double negation.
The new condition is returning true when the parent has changed but
`wait_for_not` would stop at the first iteration since it's expecting a false.
Signed-off-by: Damien Thenot <damien.thenot@vates.tech>1 parent 1a9c4ba commit f0bb806
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
0 commit comments