diff options
Diffstat (limited to 'tests/functional/meson.build')
| -rw-r--r-- | tests/functional/meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/functional/meson.build b/tests/functional/meson.build index 7abd998e3c..b59cd4468f 100644 --- a/tests/functional/meson.build +++ b/tests/functional/meson.build @@ -11,6 +11,7 @@ endif # Timeouts for individual tests that can be slow e.g. with debugging enabled test_timeouts = { + 'aarch64_sbsaref' : 600, 'acpi_bits' : 240, 'netdev_ethtool' : 180, 'ppc_40p' : 240, @@ -32,6 +33,10 @@ tests_generic_linuxuser = [ tests_generic_bsduser = [ ] +tests_aarch64_system_thorough = [ + 'aarch64_sbsaref', +] + tests_arm_system_thorough = [ 'arm_canona1100', 'arm_integratorcp', |