We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0ea0c commit f2a01b1Copy full SHA for f2a01b1
tests/e2e/common/large_queries_mixin.py
@@ -94,7 +94,7 @@ def test_long_running_query(self):
94
scale_factor = 1
95
with self.cursor() as cursor:
96
while duration < min_duration:
97
- assert scale_factor < 512, "Detected infinite loop"
+ assert scale_factor < 1024, "Detected infinite loop"
98
start = time.time()
99
100
cursor.execute(
0 commit comments