test: modify test to avoid time out

pull/51/head
RuiAlonso 4 years ago
parent c446e87cd6
commit 342f0ec48a

@ -75,6 +75,7 @@ void main() {
'has Layer.all as default filter maskBits',
(game) async {
final ball = Ball();
await game.ready();
await game.ensureAdd(ball);
await ball.mounted;

Loading…
Cancel
Save