Skip to content

Commit

Permalink
fix: increase dverbose test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusArdelean committed Apr 26, 2024
1 parent 9d7b3a9 commit f808a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jest/system/dverbose-flag.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ test('inspect on dverbose-project pom using -Dverbose', async () => {

expect(result).toEqual(expectedDepGraph);
},
10000,
20000,
);

0 comments on commit f808a42

Please sign in to comment.