pento / testpress

Tool for helping you get a WordPress Core test environment up and running.
GNU General Public License v2.0
68 stars 2 forks source link

Registering jobs can block the window becoming available #135

Open pento opened 5 years ago

pento commented 5 years ago

If one of the calls in registerJob() takes a long time to run, it can block the TestPress window becoming available. All of the service registration functions should be marked as async.