Skip to content

Commit

Permalink
test: update test stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
changfeng committed Jun 10, 2023
1 parent 305aa29 commit 3f087e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export async function getPkgSize(name: string, version: string) {
resp = await axios.get<GetPkgSizeResponseData>(
`https://bundlephobia.com/api/size?package=${name}@${version}`,
{
timeout: 3000,
timeout: 6666,
},
);
} catch {
Expand Down
6 changes: 3 additions & 3 deletions tests/fixtures/mono/app/stderr.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[warn] multiple versions of axios is bundled!

axios:
- 0.27.2 imported by tests/fixtures/mono/packages/pkg2/index.js
- 1.4.0 imported by tests/fixtures/mono/packages/pkg1/index.js
axios(39.316kb):
- 0.27.2(19.658kb) imported by tests/fixtures/mono/packages/pkg2/index.js
- 1.4.0 (19.658kb) imported by tests/fixtures/mono/packages/pkg1/index.js

0 comments on commit 3f087e6

Please sign in to comment.