phetsims / utterance-queue

Alerting library powered by aria-live
MIT License
0 stars 2 forks source link

Unit tests take too long to run #29

Closed zepumph closed 2 years ago

zepumph commented 2 years ago

We are sleeping the thread much too long for these unit tests. Sometimes we sleep for >1 second per utterance. Let's make that much shorter so this runs quicker.

zepumph commented 2 years ago

Working great over here! I also got rid of sleep, since it was async, but still used a callback (weird).