From patchwork Thu Feb 18 14:58:21 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 1441683 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DhHs22DDfz9sRf; Fri, 19 Feb 2021 01:58:28 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1lCkl5-00034Q-3N; Thu, 18 Feb 2021 14:58:23 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lCkl4-00034K-13 for kernel-team@lists.ubuntu.com; Thu, 18 Feb 2021 14:58:22 +0000 Received: from 1.general.ppisati.uk.vpn ([10.172.193.134] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lCkl3-0004OL-Od for kernel-team@lists.ubuntu.com; Thu, 18 Feb 2021 14:58:21 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH] [H/master] UBUNTU: SAUCE: selftests: memory-hotplug: bump timeout to 10min Date: Thu, 18 Feb 2021 15:58:21 +0100 Message-Id: <20210218145821.69906-1-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" $ 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 --- 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