Skip to content

Commit f2a01b1

Browse files
committed
Increased time
1 parent 0c0ea0c commit f2a01b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/common/large_queries_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_long_running_query(self):
9494
scale_factor = 1
9595
with self.cursor() as cursor:
9696
while duration < min_duration:
97-
assert scale_factor < 512, "Detected infinite loop"
97+
assert scale_factor < 1024, "Detected infinite loop"
9898
start = time.time()
9999

100100
cursor.execute(

0 commit comments

Comments
 (0)