Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jagprog5 committed Sep 10, 2023
1 parent 31a2979 commit 40ac15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ BOOST_AUTO_TEST_CASE(unique_expiry) {
return lhs.buffer == rhs.buffer;
};

auto delay = std::chrono::milliseconds(25);
auto delay = std::chrono::milliseconds(10);

choose::Token token_1(to_vec("1"));
choose::Token token_2(to_vec("2"));
Expand Down

0 comments on commit 40ac15b

Please sign in to comment.