Skip to content

Commit df4cc03

Browse files
committed
Increase SIP-031 stateful tests numRuns to 100
1 parent b13f8b9 commit df4cc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/core-contract-tests/tests/sip-031/sip-031.stateful.prop.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test("SIP-031 Stateful", () => {
5151
fc.modelRun(state, cmds);
5252
},
5353
),
54-
{ numRuns: 10, verbose: 2 },
54+
{ numRuns: 100, verbose: 2 },
5555
);
5656

5757
reportCommandRuns(model);

0 commit comments

Comments
 (0)