Skip to content

Commit 7661cff

Browse files
committed
chore: update durations
1 parent 6cc6feb commit 7661cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/list-view/async-pipe-template.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ export class ListViewAsyncPipeComponent {
4343
counter++;
4444
items.push(new DataItem(counter, "data item " + counter));
4545
subscr.next(items);
46-
}, 500);
46+
}, 1000);
4747

4848
setTimeout(() => {
4949
clearInterval(intervalId);
50-
}, 5000);
50+
}, 10000);
5151
}
5252
}

0 commit comments

Comments
 (0)