From fe0ea7d8537dae18c9e7693e90316a9399fcf8da Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Fri, 19 Jun 2020 16:34:40 +0200 Subject: [PATCH] add a delay --- tests/test_integration_crashpad.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_integration_crashpad.py b/tests/test_integration_crashpad.py index 631afd3fb..0a736688a 100644 --- a/tests/test_integration_crashpad.py +++ b/tests/test_integration_crashpad.py @@ -55,6 +55,8 @@ def test_crashpad_crash(cmake, httpserver): env=dict(os.environ, SENTRY_DSN=make_dsn(httpserver)), ) + time.sleep(2) # lets wait a bit for crashpad sending in the background + assert len(httpserver.log) == 2 outputs = (httpserver.log[0][0].get_data(), httpserver.log[1][0].get_data()) session, multipart = (