@@ -3511,7 +3511,7 @@ mod tests {
3511
3511
}
3512
3512
3513
3513
#[ tokio:: test]
3514
- #[ parallel( one ) ]
3514
+ #[ parallel( three ) ]
3515
3515
async fn create_account_default ( ) {
3516
3516
let ( test_validator, payer) = new_validator_for_test ( ) . await ;
3517
3517
for program_id in [ spl_token:: id ( ) , spl_token_2022:: id ( ) ] {
@@ -3532,7 +3532,7 @@ mod tests {
3532
3532
}
3533
3533
3534
3534
#[ tokio:: test]
3535
- #[ parallel( two ) ]
3535
+ #[ parallel( four ) ]
3536
3536
async fn account_info ( ) {
3537
3537
let ( test_validator, payer) = new_validator_for_test ( ) . await ;
3538
3538
for program_id in [ spl_token:: id ( ) , spl_token_2022:: id ( ) ] {
@@ -3613,7 +3613,7 @@ mod tests {
3613
3613
}
3614
3614
3615
3615
#[ tokio:: test]
3616
- #[ parallel( one ) ]
3616
+ #[ parallel( three ) ]
3617
3617
async fn balance_after_mint ( ) {
3618
3618
let ( test_validator, payer) = new_validator_for_test ( ) . await ;
3619
3619
for program_id in [ spl_token:: id ( ) , spl_token_2022:: id ( ) ] {
@@ -3635,7 +3635,7 @@ mod tests {
3635
3635
}
3636
3636
3637
3637
#[ tokio:: test]
3638
- #[ parallel( two ) ]
3638
+ #[ parallel( four ) ]
3639
3639
async fn accounts ( ) {
3640
3640
let ( test_validator, payer) = new_validator_for_test ( ) . await ;
3641
3641
for program_id in [ spl_token:: id ( ) , spl_token_2022:: id ( ) ] {
@@ -3714,7 +3714,7 @@ mod tests {
3714
3714
}
3715
3715
3716
3716
#[ tokio:: test]
3717
- #[ parallel( one ) ]
3717
+ #[ parallel( three ) ]
3718
3718
async fn transfer ( ) {
3719
3719
let ( test_validator, payer) = new_validator_for_test ( ) . await ;
3720
3720
for program_id in [ spl_token:: id ( ) , spl_token_2022:: id ( ) ] {
@@ -3748,7 +3748,7 @@ mod tests {
3748
3748
}
3749
3749
3750
3750
#[ tokio:: test]
3751
- #[ parallel( two ) ]
3751
+ #[ parallel( four ) ]
3752
3752
async fn transfer_fund_recipient ( ) {
3753
3753
let ( test_validator, payer) = new_validator_for_test ( ) . await ;
3754
3754
for program_id in [ spl_token:: id ( ) , spl_token_2022:: id ( ) ] {
@@ -3845,7 +3845,7 @@ mod tests {
3845
3845
}
3846
3846
3847
3847
#[ tokio:: test]
3848
- #[ parallel( one ) ]
3848
+ #[ parallel( three ) ]
3849
3849
async fn close_wrapped_sol_account ( ) {
3850
3850
let ( test_validator, payer) = new_validator_for_test ( ) . await ;
3851
3851
for program_id in [ spl_token:: id ( ) , spl_token_2022:: id ( ) ] {
@@ -3892,7 +3892,7 @@ mod tests {
3892
3892
}
3893
3893
3894
3894
#[ tokio:: test]
3895
- #[ parallel( two ) ]
3895
+ #[ parallel( four ) ]
3896
3896
async fn disable_mint_authority ( ) {
3897
3897
let ( test_validator, payer) = new_validator_for_test ( ) . await ;
3898
3898
for program_id in [ spl_token:: id ( ) , spl_token_2022:: id ( ) ] {
@@ -3994,7 +3994,7 @@ mod tests {
3994
3994
}
3995
3995
3996
3996
#[ tokio:: test]
3997
- #[ parallel( one ) ]
3997
+ #[ parallel( three ) ]
3998
3998
async fn transfer_with_account_delegate ( ) {
3999
3999
let ( test_validator, payer) = new_validator_for_test ( ) . await ;
4000
4000
for program_id in [ spl_token:: id ( ) , spl_token_2022:: id ( ) ] {
@@ -4089,7 +4089,7 @@ mod tests {
4089
4089
}
4090
4090
4091
4091
#[ tokio:: test]
4092
- #[ parallel( two ) ]
4092
+ #[ parallel( four ) ]
4093
4093
async fn burn_with_account_delegate ( ) {
4094
4094
let ( test_validator, payer) = new_validator_for_test ( ) . await ;
4095
4095
for program_id in [ spl_token:: id ( ) , spl_token_2022:: id ( ) ] {
0 commit comments