Skip to content

Commit c796ab4

Browse files
authored
test: Update test_webhook.py (#719)
1 parent afce1f4 commit c796ab4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cluster/test_webhook.py

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def create_studio_flow(self, url, method):
9696
def validate(self, method):
9797
flow = self.create_studio_flow(url=self.tunnel.public_url, method=method)
9898
self.flow_sid = flow.sid
99+
time.sleep(5)
99100
self.client.studio.v2.flows(self.flow_sid).executions.create(
100101
to="to", from_="from"
101102
)

0 commit comments

Comments
 (0)