Skip to content

Commit e14ffc1

Browse files
committed
Another test size to compare
1 parent 68843aa commit e14ffc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/test/test_EventMixing.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
using namespace o2::framework;
2323
using namespace o2::soa;
2424

25-
constexpr uint64_t testSize = 2UL<<15; // old: 4194304 = 2UL<<22;
25+
constexpr uint64_t testSize = 2UL<<10; // old: 4194304 = 2UL<<22;
2626
constexpr uint64_t testRep = 2UL<<10;
2727
constexpr int numEventsToMix = 5;
2828

0 commit comments

Comments
 (0)