{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:
committed by
NIIBE Yutaka
parent
594896ac57
commit
c688df7c2c
@@ -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):
|
||||
|
||||
@@ -98,7 +98,7 @@ class gnuk_token(object):
|
||||
else:
|
||||
self.__bulkout = endpoint.address
|
||||
|
||||
self.__timeout = 10000
|
||||
self.__timeout = 100000
|
||||
self.__seq = 0
|
||||
|
||||
def get_string(self, num):
|
||||
|
||||
Reference in New Issue
Block a user