We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afce1f4 commit c796ab4Copy full SHA for c796ab4
tests/cluster/test_webhook.py
@@ -96,6 +96,7 @@ def create_studio_flow(self, url, method):
96
def validate(self, method):
97
flow = self.create_studio_flow(url=self.tunnel.public_url, method=method)
98
self.flow_sid = flow.sid
99
+ time.sleep(5)
100
self.client.studio.v2.flows(self.flow_sid).executions.create(
101
to="to", from_="from"
102
)
0 commit comments