Skip to content

Commit 2c04c10

Browse files
authored
bump TS to version 5.4 (google#404)
* bump TS to version 5.4 allows for css import attributes * pin to 5.4 * up the test timeout time * bump test timeout time
1 parent 2712837 commit 2c04c10

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
"rollup-plugin-copy": "^3.3.0",
295295
"rollup-plugin-lit-css": "^4.0.0",
296296
"semver": "^7.3.5",
297-
"typescript": "~5.2.2",
297+
"typescript": "~5.4.5",
298298
"wireit": "^0.14.0"
299299
},
300300
"dependencies": {

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const config = {
1717
workers: 1,
1818
// Defaults to 30 seconds. We shouldn't need that much time, and it's better
1919
// to fail fast and retry.
20-
timeout: 5000,
20+
timeout: 10000,
2121
projects: [
2222
{
2323
name: 'chromium',

web-test-runner.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
concurrentBrowsers: Number(process.env.CONCURRENT_BROWSERS) || 2, // default 2
5151
browserStartTimeout: 30000, // default 30000
5252
testsStartTimeout: 20000, // default 10000
53-
testsFinishTimeout: 90000, // default 20000
53+
testsFinishTimeout: 120000, // default 20000
5454
testFramework: {
5555
// https://mochajs.org/api/mocha
5656
config: {

0 commit comments

Comments
 (0)