setTimeout method
void
setTimeout()
타임아웃 에러로 설정
Implementation
void setTimeout() {
mockFailure = const NetworkError(
code: 'TIMEOUT',
message: '요청 시간이 초과되었습니다.',
hint: '다시 시도해주세요.',
);
mockUser = null;
}