From 97a02e7c342dc9c73fdeed514180ed6b94ad2be7 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:59:51 -0700 Subject: [PATCH] =?UTF-8?q?[Test]=20Set=20boss=20Pok=C3=A9mon=20test=20tim?= =?UTF-8?q?eout=20to=2020=20seconds=20instead=20of=202.5=20seconds=20(#399?= =?UTF-8?q?2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/boss-pokemon.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/boss-pokemon.test.ts b/src/test/boss-pokemon.test.ts index f8437932580..c6fc276551f 100644 --- a/src/test/boss-pokemon.test.ts +++ b/src/test/boss-pokemon.test.ts @@ -10,7 +10,7 @@ import { EnemyPokemon } from "#app/field/pokemon"; import { toDmgValue } from "#app/utils"; describe("Boss Pokemon / Shields", () => { - const TIMEOUT = 2500; + const TIMEOUT = 20 * 1000; let phaserGame: Phaser.Game; let game: GameManager;