Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Increasing TimerTest sleep time to 100ms since 100us precision might …
Browse files Browse the repository at this point in the history
…not be available on some systems.
  • Loading branch information
csimons committed Jan 30, 2014
1 parent 85cb7cc commit d8e805f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/unittests/TimerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @file
*/

#define SLEEP_MICROSECONDS 100
#define SLEEP_MICROSECONDS (100 * 1000)

#include "TimerTest.hpp"
#include <nta/utils/Log.hpp>
Expand Down

0 comments on commit d8e805f

Please sign in to comment.