From ff9c4b9a6eeeeec1fd1f62b117536edcf46b29e8 Mon Sep 17 00:00:00 2001 From: cunyinch Date: Thu, 15 Jun 2017 09:00:18 +0800 Subject: [PATCH] test/nvme: Increase the run time of hotplug. Since we have increase 5s delay between insert device and setup.sh, we also increase 5s for the run time of hotplug just make sure the application will not exit before the hotplug actions. Change-Id: If020824373ba82ccd1bc743993c5ddbcc50c6d0c Signed-off-by: cunyinch Reviewed-on: https://review.gerrithub.io/365529 Tested-by: SPDK Automated Test System Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- test/lib/nvme/hotplug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/nvme/hotplug.sh b/test/lib/nvme/hotplug.sh index b033a56dc..8d255ebbe 100755 --- a/test/lib/nvme/hotplug.sh +++ b/test/lib/nvme/hotplug.sh @@ -101,7 +101,7 @@ insert_devices timing_enter hotplug_test -ssh_vm "examples/nvme/hotplug/hotplug -i 0 -t 20 -n 4 -r 8" & +ssh_vm "examples/nvme/hotplug/hotplug -i 0 -t 25 -n 4 -r 8" & example_pid=$! sleep 2