Skip to content

Commit

Permalink
[infra] Fix flaky ts-starter-kit tests (#3157)
Browse files Browse the repository at this point in the history
I think the flakes we have been seeing from the starter kit test were just timeouts. Since things are running in parallel, it sometimes takes longer for browser tests to start. The starter kits now run separately, after the other tests, so that they have less resource contention. We could also bump the `browserStartTimeout`, but since it's a user template repo, that seems weird.

Also:

- Upgrades dependencies
- Removes some unnecessary devDeps from virtualizer
- Adds a changelog entry from #3132 that I forgot (unrelated, just throwing it in)
  • Loading branch information
aomarks committed Jul 21, 2022
1 parent 36db238 commit a6fad09
Show file tree
Hide file tree
Showing 6 changed files with 739 additions and 728 deletions.
2 changes: 2 additions & 0 deletions .changeset/eight-clocks-help.md
@@ -0,0 +1,2 @@
---
---
1 change: 1 addition & 0 deletions .changeset/three-hounds-rush.md
Expand Up @@ -7,6 +7,7 @@
'@lit-labs/task': patch
'lit-element': patch
'lit-html': patch
'lit': patch
'@lit/reactive-element': patch
---

Expand Down

0 comments on commit a6fad09

Please sign in to comment.