fix/TD-30106
This commit is contained in:
parent
ae7b3179a0
commit
5055dad3cf
|
@ -38,7 +38,7 @@ bool TestServer::Start() {
|
|||
taosThreadAttrSetDetachState(&thAttr, PTHREAD_CREATE_JOINABLE);
|
||||
taosThreadCreate(&threadId, &thAttr, serverLoop, this);
|
||||
taosThreadAttrDestroy(&thAttr);
|
||||
taosMsleep(2100);
|
||||
taosMsleep(10000);
|
||||
return runnning;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue