From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 493985A1F for ; Thu, 15 Oct 2015 09:05:07 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 15 Oct 2015 00:05:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,684,1437462000"; d="scan'208";a="793339438" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by orsmga001.jf.intel.com with ESMTP; 15 Oct 2015 00:05:03 -0700 From: lijuan tu To: dts@dpdk.org Date: Thu, 15 Oct 2015 15:00:41 +0800 Message-Id: <1444892441-4099-1-git-send-email-lijuanx.a.tu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [[patch]] need more time to start test-app Signed-off-by: lijuan tu 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: Thu, 15 Oct 2015 07:05:07 -0000 Signed-off-by: lijuan tu --- tests/TestSuite_unit_tests_ivshmem.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/TestSuite_unit_tests_ivshmem.py b/tests/TestSuite_unit_tests_ivshmem.py index d479b53..637d2cc 100644 --- a/tests/TestSuite_unit_tests_ivshmem.py +++ b/tests/TestSuite_unit_tests_ivshmem.py @@ -72,7 +72,7 @@ class TestUnitTestsIvshmem(TestCase): """ Run Inter-VM share memory test. """ - self.dut.send_expect("./%s/app/test -n 1 -c ffff" % (self.target), "R.*T.*E.*>.*>", 10) + self.dut.send_expect("./%s/app/test -n 1 -c ffff" % (self.target), "R.*T.*E.*>.*>", 20) out = self.dut.send_expect("ivshmem_autotest", "RTE>>", 120) self.dut.send_expect("quit", "# ") self.verify("Test OK" in out, "Test failed") -- 1.7.4.4