Skip to content

Commit b9da066

Browse files
committed
semaphore_test.cc: re-enable MultithreadedStressTest, which now passes with the TimedWait() fix in #1021
1 parent 584564f commit b9da066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/tests/semaphore_test.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ TEST(SemaphoreTest, TimedWait) {
7676
0.20 * firebase::internal::kMillisecondsPerSecond);
7777
}
7878

79-
TEST(SemaphoreTest, DISABLED_MultithreadedStressTest) {
79+
TEST(SemaphoreTest, MultithreadedStressTest) {
8080
for (int i = 0; i < 10000; ++i) {
8181
firebase::Semaphore sem(0);
8282

0 commit comments

Comments
 (0)