Skip to content

Commit c066ee6

Browse files
authored
fix/6922783380-increase-case-prepare-timeout (#34871)
1 parent d651b52 commit c066ee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def before_test_class(request):
283283
time.sleep(request.session.create_dnode_num)
284284
# check dnodes ready
285285
count = 0
286-
timeout = 10
286+
timeout = 20
287287
while count < timeout:
288288
tdSql.query("select * from information_schema.ins_dnodes")
289289
status = 0

0 commit comments

Comments
 (0)