Increase wait to 30 seconds to ensure webhooks are sent (#1173)

This commit is contained in:
Tessa Walsh 2023-09-13 23:20:47 -04:00 committed by GitHub
parent feb7ab7652
commit c7cd4e61fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)