[bluecove] r3024 committed - Longer sleep in test

1 view
Skip to first unread message

codesite...@google.com

unread,
Sep 14, 2009, 10:17:45 PM9/14/09
to bluecove...@googlegroups.com
Revision: 3024
Author: skarzhevskyy
Date: Mon Sep 14 19:17:25 2009
Log: Longer sleep in test
http://code.google.com/p/bluecove/source/detail?r=3024

Modified:
/trunk/bluecove-emu/src/test/java/net/sf/bluecove/RFCOMMConnectTest.java

=======================================
---
/trunk/bluecove-emu/src/test/java/net/sf/bluecove/RFCOMMConnectTest.java
Mon Sep 14 10:29:22 2009
+++
/trunk/bluecove-emu/src/test/java/net/sf/bluecove/RFCOMMConnectTest.java
Mon Sep 14 19:17:25 2009
@@ -159,7 +159,7 @@
int tryCount = 0;
while ((serverURL == null) && (tryCount <= 3)) {
if (tryCount > 0) {
- Thread.sleep(300);
+ Thread.sleep(700);
}
tryCount++;
serverURL = discoveryAgent.selectService(uuid,
ServiceRecord.NOAUTHENTICATE_NOENCRYPT, false);

Reply all
Reply to author
Forward
0 new messages