[Test] Set boss Pokémon test timeout to 20 seconds instead of 2.5 seconds (#3992)
This commit is contained in:
parent
587360c8da
commit
97a02e7c34
|
@ -10,7 +10,7 @@ import { EnemyPokemon } from "#app/field/pokemon";
|
||||||
import { toDmgValue } from "#app/utils";
|
import { toDmgValue } from "#app/utils";
|
||||||
|
|
||||||
describe("Boss Pokemon / Shields", () => {
|
describe("Boss Pokemon / Shields", () => {
|
||||||
const TIMEOUT = 2500;
|
const TIMEOUT = 20 * 1000;
|
||||||
|
|
||||||
let phaserGame: Phaser.Game;
|
let phaserGame: Phaser.Game;
|
||||||
let game: GameManager;
|
let game: GameManager;
|
||||||
|
|
Loading…
Reference in New Issue