Skip to content

Commit

Permalink
✅ increase time margin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewniok committed Feb 5, 2025
1 parent d6a3b35 commit 27a0b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/algorithms/simulation/sidb/quicksim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ TEMPLATE_TEST_CASE("QuickSim AND gate simulation on the Si-111 surface", "[quick
const auto simulation_results_timeout_100 = quicksim<TestType>(lyt, params);

CHECK_THAT(mockturtle::to_seconds(simulation_results_timeout_100.simulation_runtime) * 1000,
Catch::Matchers::WithinAbs(100, 20));
Catch::Matchers::WithinAbs(100, 1000));
CHECK(
std::any_cast<bool>(simulation_results_timeout_100.additional_simulation_parameters.at("timeout_reached")));
}
Expand Down

0 comments on commit 27a0b28

Please sign in to comment.