Skip to content

Commit c2351a8

Browse files
committed
enh: wait more time for stream result table
1 parent b5a6440 commit c2351a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/32-Grants/test_grant_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def s0_prepare_test_data(self):
5959
tdSql.execute("flush database db")
6060
tdLog.info("prepare test data done")
6161

62-
def getShowGrantsTimeSeries(self, maxRetry=10):
62+
def getShowGrantsTimeSeries(self, maxRetry=30):
6363
for nRetry in range(maxRetry):
6464
tdSql.query("show grants")
6565
timeseries = tdSql.queryResult[0][5]

0 commit comments

Comments
 (0)