Skip to content

Commit 85124a8

Browse files
committed
Reduces the waiting time for the COM
1 parent 84fc72a commit 85124a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testbeds/testbed-util/src/main/java/org/ccsds/moims/mo/testbed/util/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public abstract class Configuration {
5656
public static final int PERIOD = 100; // in ms - The code will wait on this PERIOD: ~630 times !
5757
public static final int MAL_PERIOD_SHORT = 40;
5858
public static final int MAL_PERIOD_LONG = 100;
59-
public static final int COM_PERIOD_SHORT = 100; // in ms
59+
public static final int COM_PERIOD_SHORT = 20; // in ms
6060
public static final int COM_PERIOD_LONG = 500; // in ms
6161

6262
public static final Blob DEFAULT_SHARED_BROKER_AUTHENTICATION_ID = new Blob(new byte[]{0x02, 0x01});

0 commit comments

Comments
 (0)