Skip to content

Commit

Permalink
Update test_render_time_with_multiple_requests test
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Oct 27, 2021
1 parent 34d1e35 commit 847d534
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/app/preheat_activation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ async def test_render_time_with_multiple_requests(http_server_client,
wait=wait)
time_list.append(time)

assert max(time_list) > TIME_THRESHOLD # Render time for a normal kernel
assert min(time_list) < TIME_THRESHOLD # Render time for a preheated kernel
assert time_list[1] > time_list[0] # Render time for a normal kernel is bigger than a a preheated kernel


async def test_request_with_query(http_server_client, base_url):
Expand Down

0 comments on commit 847d534

Please sign in to comment.