Skip to content

Commit

Permalink
[tests/scenarios] increase timeout for l0
Browse files Browse the repository at this point in the history
  • Loading branch information
khoaguin committed Oct 4, 2024
1 parent 6bfea61 commit 6681d8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/scenariosv2/l0_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
fake = Faker()
NUM_USERS = 10
NUM_ENDPOINTS = 3 # test_query, submit_query, schema_query
TIMEOUT = 600


class Event(BaseEvent):
Expand Down Expand Up @@ -456,5 +457,5 @@ async def test_l0_scenario(request):
Event.USER_CHECKED_RESULTS,
Event.USER_FLOW_COMPLETED,
],
timeout=300,
timeout=TIMEOUT,
)

0 comments on commit 6681d8d

Please sign in to comment.