Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sitegui committed Sep 9, 2021
1 parent 42e0a85 commit 6d411f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions feattle-sync/src/background_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ mod tests {
break;
}
tokio::task::yield_now().await;
time::sleep(Duration::from_millis(100)).await;
}

// No more updates
Expand Down

0 comments on commit 6d411f0

Please sign in to comment.