Skip to content

Commit

Permalink
test: Increase timeout time for integrated test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonChou committed Jan 14, 2025
1 parent 542ac3a commit f16fe2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ test('test', async () => {
const output = stats.toJson({ source: true })?.modules?.at(0)?.source
expect(output).toMatchSnapshot()
}
}, 10000)
})
4 changes: 2 additions & 2 deletions webpack/loaders/webext-i18n-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"webpack-cli": "^6.0.1"
},
"scripts": {
"test": "yarn build && jest --coverage",
"test": "yarn build && jest --coverage --testTimeout 10000",
"build": "tsc",
"ci": "yarn build && jest --coverage --ci --silent"
"ci": "yarn build && jest --coverage --ci --silent --testTimeout 20000"
}
}

0 comments on commit f16fe2e

Please sign in to comment.