From d05ca37cc35f20d236f5a93abc3eeb6aab13bfb2 Mon Sep 17 00:00:00 2001 From: Reto Achermann Date: Wed, 26 Jul 2017 08:54:57 +0200 Subject: [PATCH] increasing boot timeout for the big ARM machine Signed-off-by: Reto Achermann --- tools/harness/machines/eth_machinedata.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/harness/machines/eth_machinedata.py b/tools/harness/machines/eth_machinedata.py index 0eb9cf6..3ae4ae9 100644 --- a/tools/harness/machines/eth_machinedata.py +++ b/tools/harness/machines/eth_machinedata.py @@ -425,7 +425,7 @@ machines = dict({ 'cores_per_socket': 48, 'perfcount_type': 'arm', 'tickrate' : 1950, - 'boot_timeout': 360, + 'boot_timeout': 720, 'platform': 'cn88xx', 'serial_binary': 'serial_kernel', 'boot_driver' : 'boot_armv8_generic'}, -- 1.7.2.5