[Title] fix test case bug
authorho.namkoong <ho.namkoong@samsung.com>
Thu, 5 Sep 2013 08:13:01 +0000 (17:13 +0900)
committerho.namkoong <ho.namkoong@samsung.com>
Thu, 5 Sep 2013 08:13:01 +0000 (17:13 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: Id2d86e356d0b1d2458a1c280703af9e594370319

org.tizen.common/test/src/org/tizen/common/sdb/ConnectTest.java

index 0f4e2df..b89964c 100644 (file)
@@ -85,6 +85,7 @@ public class ConnectTest {
         }
         finally {
             runAndWait( SDB_PATH + " disconnect");
+            Thread.sleep(CONNECT_SLEEP);
         }
     }
     
@@ -118,6 +119,7 @@ public class ConnectTest {
         }
         finally {
             runAndWait( SDB_PATH + " disconnect");
+            Thread.sleep(CONNECT_SLEEP);
         }
     }