Skip to content

Commit

Permalink
Update numRuns and verbose for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedRadone committed Apr 26, 2024
1 parent d72629e commit aaaca77
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ it("statefully interacts with PoX-4", async () => {
),
{
// Defines the number of test iterations to run; default is 100.
numRuns: 100000,
numRuns: 1000,
// Adjusts the level of detail in test reports. Default is 0 (minimal).
// At level 2, reports include extensive details, helpful for deep
// debugging. This includes not just the failing case and its seed, but
// also a comprehensive log of all executed steps and their outcomes.
verbose: 1,
verbose: 2,
},
);

Expand Down

0 comments on commit aaaca77

Please sign in to comment.