Remove password retry timeouts where not needed.
[platform/core/test/security-tests.git] / tests / security-server-tests / common / security_server_tests_common.cpp
index 9051058..942749c 100644 (file)
@@ -23,6 +23,8 @@
 
 #include "security_server_tests_common.h"
 
+const unsigned int PASSWORD_RETRY_TIMEOUT_US = 500000;
+
 void check_app_has_privilege(const char *app_id, const app_type_t app_type,
                              const char *perm_list[], const int expected_result)
 {