File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -935,7 +935,7 @@ describe("api", async () => {
935
935
user6StakeConnection ,
936
936
Math . floor ( Date . now ( ) / 1000 ) + 3 ,
937
937
) ;
938
- await sleep ( 3000 ) ;
938
+ await sleep ( 4000 ) ;
939
939
940
940
let stakeAccountMetadataAddress =
941
941
await user6StakeConnection . getStakeMetadataAddress (
@@ -984,7 +984,7 @@ describe("api", async () => {
984
984
user3StakeConnection ,
985
985
Math . floor ( Date . now ( ) / 1000 ) + 12 ,
986
986
) ;
987
- await sleep ( 12000 ) ;
987
+ await sleep ( 13000 ) ;
988
988
989
989
await user3StakeConnection . castVote (
990
990
proposalIdInput ,
@@ -1041,7 +1041,7 @@ describe("api", async () => {
1041
1041
WHTokenBalance . fromString ( "5" ) ,
1042
1042
) ;
1043
1043
}
1044
- await sleep ( 4000 ) ;
1044
+ await sleep ( 5000 ) ;
1045
1045
1046
1046
let currentStakeAccountCheckpointsAddress =
1047
1047
await user4StakeConnection . getStakeAccountCheckpointsAddress (
@@ -1108,7 +1108,7 @@ describe("api", async () => {
1108
1108
user4StakeConnection ,
1109
1109
Math . floor ( Date . now ( ) / 1000 ) + 11 ,
1110
1110
) ;
1111
- await sleep ( 11000 ) ;
1111
+ await sleep ( 12000 ) ;
1112
1112
1113
1113
const { proposalAccount } =
1114
1114
await user4StakeConnection . fetchProposalAccount ( proposalIdInput ) ;
You can’t perform that action at this time.
0 commit comments