Skip to content
Snippets Groups Projects
Commit 6a24fe1c authored by Brutzman, Don's avatar Brutzman, Don
Browse files

comment

parent fff1b32f
No related branches found
No related tags found
No related merge requests found
......@@ -845,8 +845,8 @@ public class DisThreadedNetworkInterface
System.out.println(TRACE_PREFIX + "self test sending espdu...");
send(espdu);
// briefly wait get response from threaded receiver
Thread.sleep(100L);
// this test is short, must briefly wait to get synchornized with threaded sender and receiver
Thread.sleep(500L);
System.out.flush();
System.err.flush();
// all done, close() in finally block
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment