Files
bowlingManager/mobile/.github/workflows/test_config.yaml
T
2025-08-12 03:28:08 +09:00

17 lines
464 B
YAML

# 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