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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4AFE9C433EF for ; Wed, 2 Feb 2022 16:11:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230043AbiBBQLo (ORCPT ); Wed, 2 Feb 2022 11:11:44 -0500 Received: from smtp-out1.suse.de ([195.135.220.28]:54266 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229604AbiBBQLo (ORCPT ); Wed, 2 Feb 2022 11:11:44 -0500 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 1EF4421118; Wed, 2 Feb 2022 16:11:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1643818303; h=from:from: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=HlukEsLtcc5qax3q7IddFsI3k4ywGkJcaOWt2ZnGRJU=; b=kSf8r7ek39NU69nA2gEJIpsyFn19VvjxoAaRxhxQbyEwfgUL52wvzVjwqKksdWtBJ9/lGW YV1/1OiOVr2zg9wIvAwEdLLjyBIIJMOi3RWnHIvAdAEUynBqaO0YHLSGACBPD3ePszRlgv Lj4qBn6pj9dc0NLPzudFVeZ+potylLQ= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1643818303; h=from:from: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=HlukEsLtcc5qax3q7IddFsI3k4ywGkJcaOWt2ZnGRJU=; b=R/CzyvP7YpBApVba8B65BS3i9gQBRdY3BQa4VYc2MY1X6MT2Ysfax6nzEvTL7rZ6l2zwwr Mk9mSg4IX3bzsUDQ== 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 F389F13E99; Wed, 2 Feb 2022 16:11:42 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 1fi4OT6t+mFBKgAAMHmgww (envelope-from ); Wed, 02 Feb 2022 16:11:42 +0000 Date: Wed, 2 Feb 2022 17:13:38 +0100 From: Cyril Hrubis To: Petr Vorel Cc: Amir Goldstein , kernel@collabora.com, Khazhismel Kumykov , Matthew Bobrowski , Jan Kara , Ext4 , Gabriel Krisman Bertazi , LTP List Subject: Re: [LTP] [PATCH v4 0/9] Test the new fanotify FAN_FS_ERROR event Message-ID: References: <20211118235744.802584-1-krisman@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Hi! > > In any case, Petr, I suggest adding a short timeout to the test > > instead of the default 5min. > > Test takes less than 1 second on my VM on v5.16, so... > We usually don't lower the default timeout, but here it's a good idea since here > it blocks. It's similar speed on my machine, but I'd be conservative and put > timeout 10 sec. Sending patch. Actually I hope to change the default timeout once I finish my runtime patchset to something more reasonable as majority of LTP tests finish under one second. -- Cyril Hrubis chrubis@suse.cz