TDD 작성
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
# CI 환경 테스트 설정
|
||||
test_settings:
|
||||
# 비동기 작업 타임아웃 설정 (밀리초)
|
||||
async_timeout: 1500
|
||||
# 테스트 간 지연 시간 (밀리초)
|
||||
test_delay: 200
|
||||
# 테스트 재시도 횟수
|
||||
retry_count: 3
|
||||
# 테스트 병렬 실행 여부
|
||||
parallel: false
|
||||
# 메모리 제한 (MB)
|
||||
memory_limit: 2048
|
||||
# 로깅 레벨 (1: 최소, 5: 최대)
|
||||
log_level: 4
|
||||
# 테스트 격리 모드 (strict, normal, relaxed)
|
||||
isolation_mode: strict
|
||||
Reference in New Issue
Block a user