1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-06 19:47:19 +08:00
Bartłomiej Dach fd8c5d7706 Improve notification overlay test robustness
Stress testing one of the notification overlay tests by running it 10000
times on repeat has shown that it is susceptible to intermittent
failures due to races between delays and asserts checking the number of
currently progressing notifications and the actual progress update,
which contains a random generation factor.

Replace step sequences checking for notification completion by waiting
and asserting with explicit until steps that don't terminate unless
there are zero progressing notifications.
2019-12-26 23:01:31 +01:00
..
2019-07-05 13:10:59 +09:00
2019-08-21 13:29:50 +09:00
2019-05-23 13:37:25 +09:00
2019-08-12 12:11:01 +02:00
2019-09-25 17:53:08 +09:00