]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
UBUNTU: SAUCE: selftests: memory-hotplug: bump timeout to 10min
authorPaolo Pisati <paolo.pisati@canonical.com>
Thu, 18 Feb 2021 14:58:21 +0000 (15:58 +0100)
committerAndrea Righi <andrea.righi@canonical.com>
Thu, 18 Feb 2021 16:48:16 +0000 (17:48 +0100)
$ 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 <paolo.pisati@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
tools/testing/selftests/memory-hotplug/settings [new file with mode: 0644]

diff --git a/tools/testing/selftests/memory-hotplug/settings b/tools/testing/selftests/memory-hotplug/settings
new file mode 100644 (file)
index 0000000..a62d2fa
--- /dev/null
@@ -0,0 +1 @@
+timeout=600