We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2270ba commit 8668971Copy full SHA for 8668971
apps/frontend/src/app/matching/modalContent/MatchingInProgressContent.tsx
@@ -6,7 +6,7 @@ import { handleCancelMatch } from '../handlers';
6
import { useTimer } from "react-timer-hook"
7
import {formatTime} from '@/utils/DateTime';
8
9
-const TIMEOUT = 5;
+const TIMEOUT = 10;
10
11
interface Props {
12
cancelMatch(cancelledIn: number): void
0 commit comments