Skip to content

Commit

Permalink
add a delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed Jun 19, 2020
1 parent 521167c commit fe0ea7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_integration_crashpad.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit fe0ea7d

Please sign in to comment.