Skip to content

Make chat tests more reliable

Jano requested to merge put_timouts_into_chat_tests into master

The test pipeline currently often fails due to race conditions. That's why I added some timeouts.

Using callbacks on .emit() is supported, but doesn't work for some reasons.

Merge request reports