Skip to content

Commit 7a08f8d

Browse files
committed
Fix tests
1 parent 5c23ec8 commit 7a08f8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

solana/tests/api_test.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ describe("api", async () => {
935935
user6StakeConnection,
936936
Math.floor(Date.now() / 1000) + 3,
937937
);
938-
await sleep(3000);
938+
await sleep(4000);
939939

940940
let stakeAccountMetadataAddress =
941941
await user6StakeConnection.getStakeMetadataAddress(
@@ -984,7 +984,7 @@ describe("api", async () => {
984984
user3StakeConnection,
985985
Math.floor(Date.now() / 1000) + 12,
986986
);
987-
await sleep(12000);
987+
await sleep(13000);
988988

989989
await user3StakeConnection.castVote(
990990
proposalIdInput,
@@ -1041,7 +1041,7 @@ describe("api", async () => {
10411041
WHTokenBalance.fromString("5"),
10421042
);
10431043
}
1044-
await sleep(4000);
1044+
await sleep(5000);
10451045

10461046
let currentStakeAccountCheckpointsAddress =
10471047
await user4StakeConnection.getStakeAccountCheckpointsAddress(
@@ -1108,7 +1108,7 @@ describe("api", async () => {
11081108
user4StakeConnection,
11091109
Math.floor(Date.now() / 1000) + 11,
11101110
);
1111-
await sleep(11000);
1111+
await sleep(12000);
11121112

11131113
const { proposalAccount } =
11141114
await user4StakeConnection.fetchProposalAccount(proposalIdInput);

0 commit comments

Comments
 (0)