Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9fbea09 authored by AnilKumar Chimata's avatar AnilKumar Chimata
Browse files

Revert "Crypto: Update reaper timeout to 10ms"



Device is freezing after few hours of stress testing by including
this change, actual fix for the original issue is already merged.
So this reverts commit 7e26d7f9347b92dee30831f9fcf89fc4ad9b701a.

Change-Id: Ib7a2c69784c6059bbbf9d96923549004122db07a
Signed-off-by: default avatarAnilKumar Chimata <anilc@codeaurora.org>
parent b6d89b7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
 */
#define MAX_ALIGN_SIZE  0x40

#define QCRYPTO_HIGH_BANDWIDTH_TIMEOUT 10
#define QCRYPTO_HIGH_BANDWIDTH_TIMEOUT 1000

/* are FIPS self tests done ?? */
static bool is_fips_qcrypto_tests_done;