diff --git a/apps/hrm/services.py b/apps/hrm/services.py index 32254086..41520875 100755 --- a/apps/hrm/services.py +++ b/apps/hrm/services.py @@ -149,7 +149,7 @@ class HrmService: "endDate": endDate } _, res = dhClient.request(**dhapis['card_add'], json=json_data) - time.sleep(3) + time.sleep(6) cls.save(ep, data={'dh_face_card': cardNumber}) return cardNumber