Skip to content

Commit

Permalink
timing
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Oct 4, 2024
1 parent bf86079 commit 7d57852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cxx/IOTools/BufferedIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ namespace tut {
Timer<> timer;
ensure_equals(io.readAll(), "aa");
ensure_equals(io.getBuffer(), "");
ensure("At least 38 msec elapsed", timer.elapsed() >= 38);
ensure("At least 20 msec elapsed", timer.elapsed() >= 20);
ensure("At most 150 msec elapsed", timer.elapsed() <= 150);
}

Expand Down

0 comments on commit 7d57852

Please sign in to comment.