FPGAIntegrationTest: Added blocking mode to one more test

This commit is contained in:
2023-09-07 21:51:44 +02:00
parent 38df621cf6
commit 5d566aeb4b

View File

@@ -337,6 +337,7 @@ TEST_CASE("HLS_C_Simulation_check_single_packet", "[FPGA][Full]") {
test.CreatePacketJF(x, 4, 1, 0, data, false);
test.CreateFinalPacket(x);
test.SetFPGANonBlockingMode(false);
REQUIRE_NOTHROW(test.StartAction(x));
REQUIRE_NOTHROW(test.WaitForActionComplete());