Skip to content

Commit db5d449

Browse files
committed
test
1 parent c97ebeb commit db5d449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test/notify_awaiter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ namespace
121121
static std::map<void const*, notification> watcher;
122122
static slim_mutex lock;
123123
static handle start_racing{ CreateEventW(nullptr, true, false, nullptr) };
124-
constexpr size_t test_coroutines = 10;
124+
constexpr size_t test_coroutines = 20;
125125
constexpr size_t test_suspension_points = 12;
126126

127127
IAsyncAction Async()
@@ -175,7 +175,7 @@ TEST_CASE("notify_awaiter")
175175
concurrency.push_back(Async());
176176
}
177177

178-
// Give coroutines a moment to get to the racing line.
178+
// Give coroutines a moment to get to the starting line.
179179

180180
Sleep(1000);
181181

0 commit comments

Comments
 (0)