Skip to content

Commit

Permalink
ci automation: speed normal
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Dec 24, 2023
1 parent 5323ffa commit 01ba6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci_automation_tests/ci_automation_test_app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void QueueAllTests()
auto engine = HelloImGui::GetImGuiTestEngine();

ImGuiTestEngineIO& test_io = ImGuiTestEngine_GetIO(engine);
test_io.ConfigRunSpeed = ImGuiTestRunSpeed_Fast;
test_io.ConfigRunSpeed = ImGuiTestRunSpeed_Normal;

ImGuiTestEngine_QueueTest(engine, testOpenMetrics);
ImGuiTestEngine_QueueTest(engine, testCapture);
Expand Down

0 comments on commit 01ba6b2

Please sign in to comment.