commit | 0e0d7b702361af1195168e6f6285c5607f524686 | [log] [tgz] |
---|---|---|
author | Flash Liu <flash.liu@mediatek.com> | Tue Oct 02 20:39:21 2018 +0800 |
committer | Robert Chou <robertchou@google.com> | Mon Oct 15 14:38:35 2018 +0000 |
tree | e22640b423fef98990d2527d7c301dd5948c32ba | |
parent | 4790dbf72e93b203efd185b46d75e24a541fead4 [diff] |
Increase timeout of CtsLibcoreWycheproofBCTestCases The test uses generateSafePrimes() which loops and tries until it gets suitable value, however, it takes an unpredictable amount of time. On less powerful devices, the test timeout of 10mins might not be enough, leading to test timeouts. Bump the timeout for thist test to 3600mins. bug: 115712670 Change-Id: Ic86b4cb406ed6c02219b56e89059f692ff716d26 Signed-off-by: Xinghua Yang <xinghua.yang@mediatek.com>