matrix-org / matrix-react-end-to-end-tests

End to end tests for the matrix react web app
2 stars 2 forks source link

receiveMessage use case can take a lot longer than needed #21

Closed bwindels closed 5 years ago

bwindels commented 6 years ago

only in encrypted rooms? waiting for sync response doesn't always seem to work and tends to timeout (after 10s or so), at which point the message is in the timeline already and the test passes, but we'll have tests with receiving more than a 1 or 2 messages and this is the slowest part of them...

bwindels commented 6 years ago

timeout for waitForResponse is apparently 30s by default ...