Skip to content

Commit 0c868da

Browse files
committed
fix: bump timeouts for slower ci
1 parent 7c1fe81 commit 0c868da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/core-contract-tests/tests/sip-031/sip-031.fast-check.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function months(n: number) {
4545
return n * Number(constants.INITIAL_MINT_VESTING_ITERATION_BLOCKS);
4646
}
4747

48-
test('property: vesting calculations are always mathematically correct', { timeout: 20000 },async () => {
48+
test('property: vesting calculations are always mathematically correct', { timeout: 60000 },async () => {
4949
await fc.assert(
5050
fc.asyncProperty(
5151
fc.integer({
@@ -114,7 +114,7 @@ test('property: vesting calculations are always mathematically correct', { timeo
114114
);
115115
});
116116

117-
test('property: recipient changes maintain access control invariants', async () => {
117+
test('property: recipient changes maintain access control invariants', { timeout: 20000 }, async () => {
118118
await fc.assert(
119119
fc.asyncProperty(
120120
fc.integer({

0 commit comments

Comments
 (0)