Commit 93fc13b
fix(wait_for_view_to_be_built): function did not return if only an index completed building
It seems that if we are checking that an only index has finished building (which will happen when
we call the function from wait_for_index_to_be_built() function), then the code does add
an INFO level log - but does not return.
Unrelated, added a more detailed log - of the timeout value.
Signed-off-by: Yaniv Kaul <[email protected]>1 parent 8691403 commit 93fc13b
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | | - | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
0 commit comments