From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 211F5427EB; Tue, 28 Mar 2023 02:56:00 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1B91A410EE; Tue, 28 Mar 2023 02:56:00 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id C9E2240A87 for ; Tue, 28 Mar 2023 02:55:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679964959; x=1711500959; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=WTNU5wQPk/jIQkigECa6SZa3NJ0c1en0L3Y4nZtQAvA=; b=Zc2cQ6o7MiOByuUjwP++STtgieZv7lj7x22sjzimMc5dUzLR6ac3cs+D Yp8WotDzm2Eih3Zic3/J19/5/pdkIQV+j8QIFD6bodnB7R8CDfdFkD2kJ a2y/2n2NhQ+UnxF4d310xSgYxEnAnyaVGge3Ea+jul8SBh03flMAzY9aU QLag/nAeMDVapFic33LBvtxK22nQbTP4NZqjqbGAYpqd+6MPRPpRsTTIu dBedpcExgRTk73zC25d4+P0g4VOGYpua1VVu5p1x/6+UD6dEc6UWJ1df/ 6/Hxq+hevstkqeH9NRqHLcSm/iX8I6KO2jvGjLQiQ5PSWSVv0N+7DwhWt w==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="328879582" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="328879582" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 17:55:57 -0700 Message-Id: <8a82d4$m9hb8f@fmsmga008-auth.fm.intel.com> Date: 27 Mar 2023 17:55:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="748203289" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="748203289" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 17:55:56 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] framework/pktgen_trex: increase expected timeout From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230320020629.3262566-1-weix.ling@intel.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Wei Ling Errors-To: dts-bounces@dpdk.org On Mon, 20 Mar 2023 10:06:29 +0800, Wei Ling wrote: > When start trex with Intel 82599 series nic, it need more than 30 > seconds, so increase expected timeout from 30 to 60. > > Signed-off-by: Wei Ling Applied, thanks