Skip to content

Commit

Permalink
[nasa/nos3#348] Reduced queue-test.c MSQGQ_DEPTH to 10 from 50;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Nov 15, 2024
1 parent 4c8eeaa commit 4d4ce0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/queue-test/queue-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
void QueueTimeoutSetup(void);
void QueueTimeoutCheck(void);

#define MSGQ_DEPTH 50
#define MSGQ_DEPTH 10
#define MSGQ_SIZE sizeof(uint32)
#define MSGQ_TOTAL 10
#define MSGQ_BURST 3
Expand Down

0 comments on commit 4d4ce0b

Please sign in to comment.