Skip to content

Commit 1b84370

Browse files
Fix edge functions timeout
1 parent 7c15648 commit 1b84370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_sync/clients.py

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

0 commit comments

Comments
 (0)