diff --git a/tests/pytest/util/dnodes.py b/tests/pytest/util/dnodes.py index 19f431af6b..b762f8c77f 100644 --- a/tests/pytest/util/dnodes.py +++ b/tests/pytest/util/dnodes.py @@ -418,7 +418,7 @@ class TDDnode: if i > 50: break with open(logFile) as f: - timeout = time.time() + 60 * 2 + timeout = time.time() + 10 * 2 while True: line = f.readline().encode('utf-8') if bkey in line: diff --git a/tests/system-test/0-others/compa4096.json b/tests/system-test/0-others/compa4096.json index 46f98be8bd..5cc5d2084d 100644 --- a/tests/system-test/0-others/compa4096.json +++ b/tests/system-test/0-others/compa4096.json @@ -23,7 +23,7 @@ "precision": "ms", "keep": 3650, "comp": 2, - "vgroups": 3, + "vgroups": 2, "buffer": 1000 }, "super_tables": [ @@ -45,7 +45,7 @@ "childtable_limit": 0, "childtable_offset": 0, "rows_per_tbl": 0, - "max_sql_len": 1048576, + "max_sql_len": 1048576, "disorder_ratio": 0, "disorder_range": 1000, "timestamp_step": 1000,