mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
CE-609 Increase javalin test coverage (manageSessions and hotSwap)
This commit is contained in:
@ -160,8 +160,8 @@ public class QJavalinImplementation
|
||||
private static Supplier<QInstance> qInstanceHotSwapSupplier;
|
||||
private static long lastQInstanceHotSwapMillis;
|
||||
|
||||
private static final long MILLIS_BETWEEN_HOT_SWAPS = 2500;
|
||||
public static final long SLOW_LOG_THRESHOLD_MS = 1000;
|
||||
private static long MILLIS_BETWEEN_HOT_SWAPS = 2500;
|
||||
public static final long SLOW_LOG_THRESHOLD_MS = 1000;
|
||||
|
||||
private static final Integer DEFAULT_COUNT_TIMEOUT_SECONDS = 60;
|
||||
private static final Integer DEFAULT_QUERY_TIMEOUT_SECONDS = 60;
|
||||
@ -1857,4 +1857,14 @@ public class QJavalinImplementation
|
||||
return StringUtils.joinWithCommasAndAnd(errors.stream().map(QStatusMessage::getMessage).toList());
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
**
|
||||
*******************************************************************************/
|
||||
public static void setMillisBetweenHotSwaps(long millisBetweenHotSwaps)
|
||||
{
|
||||
MILLIS_BETWEEN_HOT_SWAPS = millisBetweenHotSwaps;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user