Skip to content

Commit

Permalink
On linux you should explicitly provide timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
akbashev committed Oct 31, 2024
1 parent 03e267e commit 1679399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ final class ClusterSingletonPluginTests: SingleClusterSystemXCTestCase {
}

let id = ActorWithID(actorSystem: testNode, customID: actorID)
await fulfillment(of: [hookFulfillment])
await fulfillment(of: [hookFulfillment], timeout: 3.0)
}

final class TestActorLifecyclePlugin: ActorLifecyclePlugin {
Expand Down

0 comments on commit 1679399

Please sign in to comment.