From 9f0040bcae95f981184f06ac4e41bd72b6e2bff4 Mon Sep 17 00:00:00 2001 From: Paolo Pisati Date: Thu, 18 Feb 2021 15:58:21 +0100 Subject: [PATCH] UBUNTU: SAUCE: selftests: memory-hotplug: bump timeout to 10min $ sudo make -C tools/testing/selftests/memory-hotplug run_tests TAP version 13 1..1 ... 15:11:09 DEBUG| [stdout] not ok 1 selftests: memory-hotplug: mem-on-off-test.sh # TIMEOUT 45 seconds The memory-hotplug selftest can take up to several minutes, depending on memory size and cpu speed of the testbench, so bump timeout to 10 minutes. Signed-off-by: Paolo Pisati Signed-off-by: Andrea Righi --- tools/testing/selftests/memory-hotplug/settings | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/testing/selftests/memory-hotplug/settings diff --git a/tools/testing/selftests/memory-hotplug/settings b/tools/testing/selftests/memory-hotplug/settings new file mode 100644 index 000000000000..a62d2fa1275c --- /dev/null +++ b/tools/testing/selftests/memory-hotplug/settings @@ -0,0 +1 @@ +timeout=600