Skip to content

Commit

Permalink
increase number of frames in bulk test
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Mar 27, 2024
1 parent 620ed1b commit f79018f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/adapter_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ use automotive::can::{CanAdapter, Frame};
use automotive::panda::Panda;
use std::time::Duration;

// static BULK_NUM_FRAMES: u64 = 0x400;
static BULK_NUM_FRAMES: u64 = 0x10;
static BULK_NUM_FRAMES: u64 = 0x100;
static BULK_TIMEOUT_MS: u64 = 1000;

/// Sends a large number of frames to a "blocking" adapter, and then reads back all sent messages.
Expand Down

0 comments on commit f79018f

Please sign in to comment.