{tests/card_reader.py,tool/gnuk_token.py}: Extend timeout.

Some devices are slow at generating RSA4096 after a key settings change,
and may take time to notice a later change to a shorter key size.

Signed-off-by: Vincent Pelletier <plr.vincent@gmail.com>
This commit is contained in:
Vincent Pelletier
2020-12-26 08:06:02 +00:00
committed by NIIBE Yutaka
parent 594896ac57
commit c688df7c2c
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ class CardReader(object):
# intf.extra_descriptors[41]
self.__dev = dev
self.__timeout = 10000
self.__timeout = 100000
self.__seq = 0
def get_string(self, num):