Skip to content

Commit

Permalink
[App Config] Test timeout increase for browser LRO test (#31924)
Browse files Browse the repository at this point in the history
Increase timeout for LRO test for better test reliability

Live test run:
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=4362875&view=results

#31891
  • Loading branch information
minhanh-phan authored Nov 25, 2024
1 parent 4747c9c commit 3110870
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default mergeConfig(
defineConfig({
test: {
fileParallelism: false,
testTimeout: 50000,
testTimeout: 60000,
include: [
"dist-test/browser/test/**/*.spec.js",
],
Expand Down

0 comments on commit 3110870

Please sign in to comment.