Skip to content

Commit aaaca77

Browse files
committed
Update numRuns and verbose for CI
1 parent d72629e commit aaaca77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/core-contract-tests/tests/pox-4/pox-4.stateful-prop.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,12 @@ it("statefully interacts with PoX-4", async () => {
149149
),
150150
{
151151
// Defines the number of test iterations to run; default is 100.
152-
numRuns: 100000,
152+
numRuns: 1000,
153153
// Adjusts the level of detail in test reports. Default is 0 (minimal).
154154
// At level 2, reports include extensive details, helpful for deep
155155
// debugging. This includes not just the failing case and its seed, but
156156
// also a comprehensive log of all executed steps and their outcomes.
157-
verbose: 1,
157+
verbose: 2,
158158
},
159159
);
160160

0 commit comments

Comments
 (0)