Skip to content

Commit

Permalink
chore: Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Jan 9, 2025
1 parent beba057 commit d4b1306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/hooks/tests/use_animation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ pub async fn sequential() {

// Finished A and started B
utils.wait_for_update().await;
sleep(Duration::from_millis(32)).await;
sleep(Duration::from_millis(16)).await;
utils.wait_for_update().await;
sleep(Duration::from_millis(32)).await;
sleep(Duration::from_millis(16)).await;
utils.wait_for_update().await;

let width_a = utils.root().get(0).area().unwrap().width();
Expand Down

0 comments on commit d4b1306

Please sign in to comment.