#define LOS_ERRNO_SEM_TIMEOUT   LOS_ERRNO_OS_ERROR(LOS_MOD_SEM, 0x07)

Semaphore error code: The request for a semaphore times out.

Value: 0x02000707

Solution: Change the passed-in parameter value to the value within the valid range.

在文件los_sem.h133行定义。