Skip to content

Commit

Permalink
Make C3DFileAdapter timing more lenient.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdembia committed Oct 10, 2019
1 parent 72bafea commit 8193991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenSim/Common/Test/testC3DFileAdapter.cpp
Expand Up @@ -78,9 +78,9 @@ void test(const std::string filename) {
using namespace std;

// The walking C3D files included in this test should not take more
// than 40ms on most hardware. We make the max time 100ms to account
// than 40ms on most hardware. We make the max time 200ms to account
// for potentially slower CI machines.
const long long MaximumLoadTimeInNs = SimTK::secToNs(0.100);
const long long MaximumLoadTimeInNs = SimTK::secToNs(0.200);

Stopwatch watch;
C3DFileAdapter c3dFileAdapter{};
Expand Down

0 comments on commit 8193991

Please sign in to comment.