인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

jiwon33461212's profile image
jiwon33461212

asked

NodeJS API Server Built with Test-Driven Development (TDD)

superTest(superTest) 2

HTTP Request 값이 2초가 넘어 갈때의 해결법

Resolved

Written on

·

183

0

Get요청으로 해당 HTTP를 긁어오는 테스트를 하려고 하는데 모카 테스트에서 2초가 넘어갔다는 이유로 계속 실패합니다. 해결방법이 있나요?

nodejsexpressrest-apitdd

Answer 1

0

jeonghwan님의 프로필 이미지
jeonghwan
Instructor

https://mochajs.org/#timeouts

모카 프레임웍 문서의 타임아웃 부분을 참고하세요

jiwon33461212's profile image
jiwon33461212

asked

Ask a question