Skip to content

Commit

Permalink
Make the timeout for creating a baas app longer
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Mar 3, 2023
1 parent 326b073 commit dc6b925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Realm/ObjectServerTests/RealmServer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ public class RealmServer: NSObject {
"sync": ["disable_client_error_backoff": true]
], failOnError)

guard case .success = group.wait(timeout: .now() + 5.0) else {
guard case .success = group.wait(timeout: .now() + 15.0) else {
throw URLError(.timedOut)
}

Expand Down

0 comments on commit dc6b925

Please sign in to comment.