Verified Commit 678059af authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Reduce test repetitions

parent e9096f21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
#include <fmt/format.h>

using namespace gkfs::util;
constexpr auto test_repetitions = 250u;
constexpr auto test_reps = 200u;

namespace {