From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 346CE1B220 for ; Tue, 5 Jun 2018 08:00:13 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jun 2018 23:00:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,477,1520924400"; d="scan'208";a="64367615" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by orsmga002.jf.intel.com with ESMTP; 04 Jun 2018 23:00:11 -0700 From: "han,yingya" To: dts@dpdk.org Cc: "han,yingya" , "lu,peipei" Date: Tue, 5 Jun 2018 14:01:25 +0800 Message-Id: <1528178485-41529-1-git-send-email-yingyax.han@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1]tests/pmdpcap: fix the issue of creating 2 pcap timeout X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 06:00:13 -0000 Signed-off-by: lu,peipei --- tests/TestSuite_pmdpcap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_pmdpcap.py b/tests/TestSuite_pmdpcap.py index 843a498..eafd064 100644 --- a/tests/TestSuite_pmdpcap.py +++ b/tests/TestSuite_pmdpcap.py @@ -173,7 +173,7 @@ class TestPmdPcap(TestCase): out_pcap1, TestPmdPcap.dut_pcap_files_path + in_pcap2, - out_pcap2), 'testpmd> ', 10) + out_pcap2), 'testpmd> ', 15) self.dut.send_expect('start', 'testpmd> ') sleep(2) -- 1.9.3