Skip to content

Commit

Permalink
Fix delta queue time for tests
Browse files Browse the repository at this point in the history
Fixes tests to pass now that the operation repo delta queue flushes every 5 seconds
  • Loading branch information
shepherd-l committed Jun 4, 2024
1 parent 6b3eb5e commit 5309827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __test__/support/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 5309827

Please sign in to comment.