sleep 100ms here instead of 500

This commit is contained in:
DarthArgus
2016-12-21 11:21:45 +00:00
parent 3376dd9ff3
commit fc1ecd364a
@@ -1149,7 +1149,7 @@ void JavaLibrary::initializeJavaThread()
JNIEnv * env = nullptr;
jint result = (*JNI_CreateJavaVMProc)(&ms_jvm, reinterpret_cast<void**>(&env), &vm_args);
Os::sleep(500);
Os::sleep(100);
if (result != 0)
{