Files
discourse/lib/site_settings
Alan Guo Xiang Tan 2b6b6226b7 DEV: Fix core backend CI tests timing out (#34281)
The test cases added in 470b2891c5 caused
core backend tests to start timing out on CI because MessageBus messages
were being processed in a background thread outside of the current
database transation.

We are currently working around the problem by updating the test cases
to just assert that the right MessageBus message is being published.
2025-08-13 16:06:19 +08:00
..