From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from picard.linux.it (picard.linux.it [213.254.12.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E112CECAAD3 for ; Wed, 14 Sep 2022 20:27:59 +0000 (UTC) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id 648C83CAC0A for ; Wed, 14 Sep 2022 22:27:56 +0200 (CEST) Received: from in-6.smtp.seeweb.it (in-6.smtp.seeweb.it [217.194.8.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by picard.linux.it (Postfix) with ESMTPS id 6A1903CABD0 for ; Wed, 14 Sep 2022 22:27:46 +0200 (CEST) Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by in-6.smtp.seeweb.it (Postfix) with ESMTPS id DA5A514013BF for ; Wed, 14 Sep 2022 22:27:44 +0200 (CEST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id DF5CD223DB; Wed, 14 Sep 2022 20:27:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1663187262; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vMwQLm2SftN21q6umXJn269LBT1+loLwQMcvBKrZ+gk=; b=eK9bTQukJEBLu08Bm3FFpI4OsNy9tHHZwFjzHz6Sz8UYdjoGumTJNoT99c4lZOw0Se+ui2 zZ78xMtgifBALV+4ioNDqv/lFCaJgnDSKd7O6RJwdia1mV945TY3voUTyxpDfS5VdOIN/0 LSP5SR7S/DJrB0H9zQ/2cHNPAaWFlXg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1663187262; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vMwQLm2SftN21q6umXJn269LBT1+loLwQMcvBKrZ+gk=; b=cfdSzh0gZjMwPW+p5rzvn8izfV2nZfnzJeyyQ/Rmub5WeP8XtdvvBLPYk6faYQJeKjXs6b jvC4aYLLXq7t3SCA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id B4E0713494; Wed, 14 Sep 2022 20:27:42 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 1wjzKT45ImOXKgAAMHmgww (envelope-from ); Wed, 14 Sep 2022 20:27:42 +0000 Date: Wed, 14 Sep 2022 22:27:41 +0200 From: Petr Vorel To: Martin Doucha Message-ID: References: <20220914161930.27681-1-mdoucha@suse.cz> <20220914161930.27681-2-mdoucha@suse.cz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220914161930.27681-2-mdoucha@suse.cz> X-Virus-Scanned: clamav-milter 0.102.4 at in-6.smtp.seeweb.it X-Virus-Status: Clean Subject: Re: [LTP] [PATCH v2 1/5] ioctl_sg01: Add max_runtime X-BeenThere: ltp@lists.linux.it X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Test Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Petr Vorel Cc: ltp@lists.linux.it Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-bounces+ltp=archiver.kernel.org@lists.linux.it Sender: "ltp" Hi Martin, > Test setup can take very long time depending on the amount of free RAM. > Set high max_runtime to avoid timeout issues. Reviewed-by: Petr Vorel > Changes since v1: > - Changed max_runtime from unlimited to 1 hour > We'll add .max_setup_runtime after the release to not break even more things. > Let's use this as a temporary fix. +1 Kind regards, Petr -- Mailing list info: https://lists.linux.it/listinfo/ltp