Skip to content

Commit 2e5a29f

Browse files
committed
Update ticked_async_executor.rs
1 parent 339580d commit 2e5a29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ticked_async_executor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ mod tests {
211211
fn test_ticked_timer() {
212212
let executor = TickedAsyncExecutor::default();
213213

214-
for _ in 0..10000 {
214+
for _ in 0..10 {
215215
let timer = executor.create_timer();
216216
executor
217217
.spawn_local("LocalTimer", async move {

0 commit comments

Comments
 (0)