Skip to content

Commit

Permalink
chore(integration_tests/authentication/referral): increase waiting ti…
Browse files Browse the repository at this point in the history
…me after provisioning subnet orchestrator
  • Loading branch information
rupansh committed Nov 29, 2024
1 parent 41a16a1 commit 7f460f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ fn when_a_new_user_signs_up_from_a_referral_then_the_new_user_is_given_a_thousan
&app_subnets[0]
);
let user_index = user_index_res.unwrap();
for _ in 0..30 {
for _ in 0..1000 {
pic.tick();
}

Expand Down

0 comments on commit 7f460f1

Please sign in to comment.