From 342f0ec48aeaad49de542d620e7ea3b7e4bc997d Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Mon, 21 Mar 2022 10:54:23 +0100 Subject: [PATCH] test: modify test to avoid time out --- test/game/components/ball_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/test/game/components/ball_test.dart b/test/game/components/ball_test.dart index 3d4b5557..df5ec8a3 100644 --- a/test/game/components/ball_test.dart +++ b/test/game/components/ball_test.dart @@ -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;