Skip to content

Commit

Permalink
hack test again
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Aug 21, 2024
1 parent 83ecbb9 commit e5fc792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/IntegrationTests/NavigatorConsistency.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ void runConsistencyTest(const propagator_probe_t& propProbe,
refSurfaces.begin(), refSurfaces.end());
}

const int nTestsSelfConsistency = 500;
const int nTestsRefConsistency = 500;
const int nTestsSelfConsistency = 100;
const int nTestsRefConsistency = 100;
int skip = 0;

using EigenStepper = Acts::EigenStepper<>;
Expand Down

0 comments on commit e5fc792

Please sign in to comment.