Use a more generous snooze time when waiting for the initial explore to complete.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23103 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -86,7 +86,7 @@ Stack::Stack()
|
|||||||
// is opening the module does not get rescanned while or before installing
|
// is opening the module does not get rescanned while or before installing
|
||||||
// its hooks.
|
// its hooks.
|
||||||
while (!fFirstExploreDone)
|
while (!fFirstExploreDone)
|
||||||
snooze(100);
|
snooze(100000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user