From 2954adfa91754faeda06c574eeb279dbd1b8ff57 Mon Sep 17 00:00:00 2001 From: terry-norbraten <tnorb@comcast.net> Date: Wed, 10 Jun 2020 14:23:54 -0700 Subject: [PATCH] hmmm, need sleep now that the netif is much more efficient --- test/edu/nps/moves/dis7/AllPduRoundTripTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/edu/nps/moves/dis7/AllPduRoundTripTest.java b/test/edu/nps/moves/dis7/AllPduRoundTripTest.java index 58992449fe..0c2ac73fe7 100644 --- a/test/edu/nps/moves/dis7/AllPduRoundTripTest.java +++ b/test/edu/nps/moves/dis7/AllPduRoundTripTest.java @@ -178,7 +178,7 @@ public class AllPduRoundTripTest if (pdu.getPduType() == DISPDUType.OTHER) System.out.println ("*** Note: DISPDUType.OTHER not supported"); disnetworking.send(pdu); -// sleep(100L); // TODO debugging + sleep(100L); // TODO debugging } private void setupSenderRecorder() throws Exception -- GitLab