Skip to content

Commit

Permalink
Bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
clementetb committed Jul 10, 2024
1 parent 8df52f3 commit 731eb58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class FLXProgressListenerTests {
try {
val flow = realm.syncSession.progressAsFlow(Direction.UPLOAD, ProgressMode.INDEFINITELY)
val job = async {
withTimeout(10.seconds) {
withTimeout(30.seconds) {
flow.collect {
channel.trySend(true)
}
Expand Down

0 comments on commit 731eb58

Please sign in to comment.