We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6583a83 commit 5d28bbbCopy full SHA for 5d28bbb
tests/opentelemetry-test-utils/src/opentelemetry/test/asgitestutil.py
@@ -100,10 +100,10 @@ async def send_input(self, message):
100
async def send_default_request(self):
101
await self.send_input({"type": "http.request", "body": b""})
102
103
- async def get_output(self, timeout=1):
+ async def get_output(self, timeout=0.01):
104
return await self.communicator.receive_output(timeout)
105
106
- async def get_all_output(self, timeout=1):
+ async def get_all_output(self, timeout=0.01):
107
outputs = []
108
while True:
109
try:
0 commit comments