From 5309827da00222ac1024f762afac7078b98b47c3 Mon Sep 17 00:00:00 2001 From: Shepherd Date: Tue, 4 Jun 2024 12:53:52 -0400 Subject: [PATCH] Fix delta queue time for tests Fixes tests to pass now that the operation repo delta queue flushes every 5 seconds --- __test__/support/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__test__/support/constants.ts b/__test__/support/constants.ts index 9532d1122..f06d280fe 100644 --- a/__test__/support/constants.ts +++ b/__test__/support/constants.ts @@ -14,7 +14,7 @@ * @constant {number} DELTA_QUEUE_TIME_ADVANCE - The time advance for the delta queue. */ export const OPERATION_QUEUE_TIME_ADVANCE = 5001; -export const DELTA_QUEUE_TIME_ADVANCE = 1001; +export const DELTA_QUEUE_TIME_ADVANCE = 5001; /* S T R I N G C O N S T A N T S */ export const APP_ID = '34fcbe85-278d-4fd2-a4ec-0f80e95072c5';