Skip to content

Commit 891880c

Browse files
committed
games: Increase timers for chess
1 parent b79e471 commit 891880c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ps/games/chess/meta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export const meta: Meta = {
1616
},
1717

1818
autostart: true,
19-
pokeTimer: fromHumanTime('30 sec'),
20-
timer: fromHumanTime('1 min'),
19+
pokeTimer: fromHumanTime('3 min'),
20+
timer: fromHumanTime('5 min'),
2121

2222
themes: CHESS_THEMES,
2323
defaultTheme,

0 commit comments

Comments
 (0)