Extend the time to wait for EEPROM VPD file creation

Signed-off-by: Kebo Liu <kebol@nvidia.com>
This commit is contained in:
Kebo Liu 2024-01-29 05:20:40 +02:00
parent 612407a9bd
commit b1b737b681

View File

@ -51,7 +51,7 @@ if platform_name and 'simx' in platform_name:
os.makedirs(os.path.dirname(EEPROM_SYMLINK))
subprocess.check_call(['/usr/bin/xxd', '-r', '-p', 'syseeprom.hex', EEPROM_SYMLINK], cwd=platform_path)
WAIT_EEPROM_READY_SEC = 10
WAIT_EEPROM_READY_SEC = 20
class Eeprom(eeprom_tlvinfo.TlvInfoDecoder):