minor changes

This commit is contained in:
Shengliang Guan 2020-09-10 15:41:26 +00:00
parent 631dc77e09
commit 1d1ee98506
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ bool simExecuteNativeSqlCommand(SScript *script, char *rest, bool isSlow) {
TAOS_RES* pSql = NULL;
for (int attempt = 0; attempt < 3; ++attempt) {
for (int attempt = 0; attempt < 10; ++attempt) {
simLogSql(rest, false);
pSql = taos_query(script->taos, rest);
ret = taos_errno(pSql);