Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0c0ea0c

Browse files
committed
Changed to 5
1 parentd84c15b commit0c0ea0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎tests/e2e/common/large_queries_mixin.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ def test_query_with_large_narrow_result_set(self):
8383
assertrow[0]==row_id
8484

8585
deftest_long_running_query(self):
86-
"""Incrementally increase query size until it takes at least4 minutes,
86+
"""Incrementally increase query size until it takes at least5 minutes,
8787
and asserts that the query completes successfully.
8888
"""
8989
minutes=60
90-
min_duration=4*minutes
90+
min_duration=5*minutes
9191

9292
duration=-1
9393
scale0=10000
@@ -113,5 +113,5 @@ def test_long_running_query(self):
113113
duration=time.time()-start
114114
current_fraction=duration/min_duration
115115
print("Took {} s with scale factor={}".format(duration,scale_factor))
116-
# Extrapolate linearly to reach4 min and add 50% padding to push over the limit
116+
# Extrapolate linearly to reach5 min and add 50% padding to push over the limit
117117
scale_factor=math.ceil(1.5*scale_factor/current_fraction)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp