Skip to content

Commit

Permalink
import asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Sep 13, 2024
1 parent 0c5c3ef commit dd0c92b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import pytest
import httpx
import requests
import asyncio
from hypha_rpc.websocket_client import connect_to_server

from . import WS_SERVER_URL, SERVER_URL, find_item
Expand Down Expand Up @@ -60,7 +61,7 @@ async def test_http_services(minio_server, fastapi_server, test_user_token):
{
"name": "test client",
"server_url": WS_SERVER_URL,
"method_timeout": 10,
"method_timeout": 30,
"token": test_user_token,
}
)
Expand Down

0 comments on commit dd0c92b

Please sign in to comment.