Skip to content

Commit 21c6ae9

Browse files
b-loved-dreamerdandhlee
authored andcommitted
fix: increased timeout to 600 (#402)
1 parent f6160b2 commit 21c6ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dialogflow/participant_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def create_participant(project_id, conversation_id, role):
3636
)
3737
if role in ROLES:
3838
response = client.create_participant(
39-
parent=conversation_path, participant={"role": role}, timeout=400
39+
parent=conversation_path, participant={"role": role}, timeout=600
4040
)
4141
print("Participant Created.")
4242
print("Role: {}".format(response.role))

0 commit comments

Comments
 (0)