axios 요청이 길어질 때 요청을 중단하고, timeout 처리를 하고 싶다면 요청 config에 timeout 설정을 해주어야 합니다. axios interceptors(인터셉터)에서 timeout 설정과 오류 처리하는 방법을 알아보겠습니다.