[td-13039] udpate test case.

This commit is contained in:
Haojun Liao 2022-02-23 16:39:21 +08:00
parent bbf77ff193
commit d3228cf958
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ TEST(testCase, linear_hash_Tests) {
_hash_fn_t fn = taosGetDefaultHashFunction(TSDB_DATA_TYPE_INT);
#if 1
SLHashObj* pHashObj = tHashInit(100, 64 + 8, fn, 4);
SLHashObj* pHashObj = tHashInit(220000, 64 + 8, fn, 4);
for(int32_t i = 0; i < 500000; ++i) {
tHashPut(pHashObj, &i, sizeof(i), &i, sizeof(i));
}