Skip to content

Commit 8668971

Browse files
committed
revert timeout value
1 parent d2270ba commit 8668971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/app/matching/modalContent/MatchingInProgressContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { handleCancelMatch } from '../handlers';
66
import { useTimer } from "react-timer-hook"
77
import {formatTime} from '@/utils/DateTime';
88

9-
const TIMEOUT = 5;
9+
const TIMEOUT = 10;
1010

1111
interface Props {
1212
cancelMatch(cancelledIn: number): void

0 commit comments

Comments
 (0)