Skip to content

Commit 6e42e4c

Browse files
committed
Updated startup duration constant.
1 parent c8a9a72 commit 6e42e4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class Constants {
1212
boardVersion: 'board-version',
1313
coefficients: 'coefficients',
1414
};
15-
public static RebootDuration = 90000;
15+
public static RebootDuration = 120000;
1616
public static StartYear = 2019;
1717
public static NetworkWaitingDelay = 30000;
1818
public static PingDelay = 500;

0 commit comments

Comments
 (0)