mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-04-23 15:02:34 +01:00
Minor fix
This commit is contained in:
@@ -250,7 +250,7 @@ class TreeNode {
|
|||||||
// Try three times to wait for the node to expand.
|
// Try three times to wait for the node to expand.
|
||||||
for (let i = 0; i < RETRY_COUNT; i++) {
|
for (let i = 0; i < RETRY_COUNT; i++) {
|
||||||
try {
|
try {
|
||||||
await tree.waitFor({ state: "visible", timeout: 3*1000 });
|
await tree.waitFor({ state: "visible", timeout: 3 * 1000 });
|
||||||
// The tree has expanded, let's get out of here
|
// The tree has expanded, let's get out of here
|
||||||
return true;
|
return true;
|
||||||
} catch {
|
} catch {
|
||||||
|
|||||||
Reference in New Issue
Block a user