From 5d566aeb4b81c43db8403b1ecb96e5fef5d51296 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Thu, 7 Sep 2023 21:51:44 +0200 Subject: [PATCH] FPGAIntegrationTest: Added blocking mode to one more test --- tests/FPGAIntegrationTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/FPGAIntegrationTest.cpp b/tests/FPGAIntegrationTest.cpp index 7815f244..c7b454f3 100644 --- a/tests/FPGAIntegrationTest.cpp +++ b/tests/FPGAIntegrationTest.cpp @@ -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());