Increase wait to 30 seconds to ensure webhooks are sent (#1173)
This commit is contained in:
parent
feb7ab7652
commit
c7cd4e61fd
@ -222,7 +222,7 @@ def test_webhooks_sent(
|
||||
assert data["id"]
|
||||
|
||||
# Wait to ensure async notifications are all sent
|
||||
time.sleep(10)
|
||||
time.sleep(30)
|
||||
|
||||
# Send GET request to echo server to retrieve and verify POSTed data
|
||||
r = requests.get(ECHO_SERVER_URL)
|
||||
|
Loading…
Reference in New Issue
Block a user