Skip to content

Commit

Permalink
update for ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
hustfisher committed Jul 11, 2024
1 parent 16cbe44 commit 7279de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_integration/src/mq/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fn msgque_both_write_read() {

let key = "k2";
let count = 5;
const QSIZES: [usize; 2] = [512, 8192];
const QSIZES: [usize; 2] = [512, 256];

for i in 0..count {
let msg_len = QSIZES[i % QSIZES.len()] * 8 / 10;
Expand Down

0 comments on commit 7279de3

Please sign in to comment.