Skip to content

Commit bead7fa

Browse files
committed
[test] idle 1분으로 감지
1 parent 3cd9a51 commit bead7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/domains/login/hook/useIdleLogout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { useLogout } from './useLogout';
55
import { useToast } from '@/shared/hook/useToast';
66
import { useAuthStore } from '@/domains/shared/store/auth';
77

8-
const IDLE_TIMEOUT = 4 * 60 * 60 * 1000;
8+
const IDLE_TIMEOUT = 1 * 60 * 1000;
99

1010
export const useIdleLogout = () => {
1111
const handleLogout = useLogout();

0 commit comments

Comments
 (0)