Skip to content

Commit

Permalink
bump TS to version 5.4 (#404)
Browse files Browse the repository at this point in the history
* bump TS to version 5.4

allows for css import attributes

* pin to 5.4

* up the test timeout time

* bump test timeout time
  • Loading branch information
e111077 authored May 20, 2024
1 parent 2712837 commit 2c04c10
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-lit-css": "^4.0.0",
"semver": "^7.3.5",
"typescript": "~5.2.2",
"typescript": "~5.4.5",
"wireit": "^0.14.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config = {
workers: 1,
// Defaults to 30 seconds. We shouldn't need that much time, and it's better
// to fail fast and retry.
timeout: 5000,
timeout: 10000,
projects: [
{
name: 'chromium',
Expand Down
2 changes: 1 addition & 1 deletion web-test-runner.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default {
concurrentBrowsers: Number(process.env.CONCURRENT_BROWSERS) || 2, // default 2
browserStartTimeout: 30000, // default 30000
testsStartTimeout: 20000, // default 10000
testsFinishTimeout: 90000, // default 20000
testsFinishTimeout: 120000, // default 20000
testFramework: {
// https://mochajs.org/api/mocha
config: {
Expand Down

0 comments on commit 2c04c10

Please sign in to comment.