Skip to content

Commit

Permalink
stabilise tests
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd committed Sep 7, 2024
1 parent c3bfc33 commit a0ece96
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
using namespace quill;

/***/
TEST_CASE("multi_frontend_threads")
TEST_CASE("multi_frontend_threads_timestamp_order")
{
static constexpr size_t number_of_messages = 1000;
static constexpr size_t number_of_threads = 10;
static constexpr char const* filename = "multi_frontend_threads.log";
static constexpr char const* filename = "multi_frontend_threads_timestamp_order.log";
static std::string const logger_name_prefix = "logger_";

// Start the logging backend thread
Expand Down

0 comments on commit a0ece96

Please sign in to comment.