diff --git a/source/client/test/clientTests.cpp b/source/client/test/clientTests.cpp index 78a14d3292b5d041a0e2dbffa41ca2f998730dc8..dcacaf347102b3d6a6d665e5c258f38504f95936 100644 --- a/source/client/test/clientTests.cpp +++ b/source/client/test/clientTests.cpp @@ -769,7 +769,7 @@ TEST(testCase, projection_query_stables) { TAOS_RES* pRes = taos_query(pConn, "use test"); taos_free_result(pRes); - pRes = taos_query(pConn, "select * from meters"); + pRes = taos_query(pConn, "select * from meters limit 30000000"); if (taos_errno(pRes) != 0) { printf("failed to select from table, reason:%s\n", taos_errstr(pRes)); taos_free_result(pRes);