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:
Michael Lotz
2007-12-09 22:22:45 +00:00
parent d4cecb1787
commit 7846435ed2
@@ -86,7 +86,7 @@ Stack::Stack()
// is opening the module does not get rescanned while or before installing
// its hooks.
while (!fFirstExploreDone)
snooze(100);
snooze(100000);
}