Skip to content

Commit

Permalink
Merge pull request #26 from ihsandemir/countDownLatchTestFix
Browse files Browse the repository at this point in the history
CountdownLatchTest failure (https://hazelcast-l337.ci.cloudbees.com/view/Clients/job/cpp-linux-nightly/39)

Leaving the issue  #76 open, it needs further investigation.
  • Loading branch information
ihsandemir committed Apr 4, 2016
2 parents 086cbcb + ae2e5c9 commit e7fee80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hazelcast/test/src/countdownlatch/ICountDownLatchTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ namespace hazelcast {
util::Thread t(testLatchThread, l.get());

ASSERT_TRUE(l->await(10 * 1000));

t.join();
}

}
Expand Down

0 comments on commit e7fee80

Please sign in to comment.