From 1209ae4213b0ebdb59881b62213a3ba1d1895f1e Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 11 Apr 2016 16:31:56 -0700 Subject: [test] This "very unlikely" condition in fact happens regularly in CI (#4679) --- test/util/async_task.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/util') diff --git a/test/util/async_task.cpp b/test/util/async_task.cpp index 4a80b5f3d9..9d36230472 100644 --- a/test/util/async_task.cpp +++ b/test/util/async_task.cpp @@ -122,5 +122,5 @@ TEST(AsyncTask, ThreadSafety) { // We expect here more than 1 but 1 would also be // a valid result, although very unlikely (I hope). - EXPECT_GT(count, 1); + EXPECT_GT(count, 0); } -- cgit v1.2.1