JFJochReceiverIntegrationTest: Increase buffer count for storage cell pedestal G2 test

This commit is contained in:
2023-05-30 20:47:10 +02:00
parent 5cd483eeb3
commit 0994e142b3

View File

@@ -274,7 +274,7 @@ TEST_CASE("JFJochReceiverTest_PedestalG2_storage_cell", "[JFJochReceiver]") {
std::vector<std::unique_ptr<AcquisitionDevice>> aq_devices;
for (int i = 0; i < x.GetDataStreamsNum(); i++) {
HLSSimulatedDevice *test;
test = new HLSSimulatedDevice(i, 64);
test = new HLSSimulatedDevice(i, nframes * 2);
for (int j = 0; j < nframes; j++) {
test->CreatePackets(x, 2 * j + 1, 1, 0,
pedestal_in2.data() + j * RAW_MODULE_SIZE, false);