Skip to content

Commit

Permalink
mitigation for time test issue due to ongoing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gulrak committed Jan 11, 2024
1 parent 2184062 commit aefbfb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/time_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ TEST_CASE("Emulation timing")
CHECK(chip8fp->frames() < 602);
}


{
auto opts = Chip8EmulatorOptions::optionsOfPreset(Chip8EmulatorOptions::eSCHIP11);
emu::Chip8HeadlessHost host(opts);
Expand Down

0 comments on commit aefbfb6

Please sign in to comment.