Skip to content

Commit 05861ff

Browse files
Fix edge functions timeout
1 parent 16fe032 commit 05861ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/_async/clients.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ def function_client():
2323
"apiKey": mock_access_token(),
2424
"Authorization": f"Bearer {mock_access_token()}",
2525
},
26+
timeout=10,
2627
)

0 commit comments

Comments
 (0)