Skip to content

Commit

Permalink
fix(fdc3) - Adding Thread.Sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
lilla28 committed Mar 7, 2024
1 parent 9284ed2 commit 3fdc0e3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,8 @@ public async Task AddIntentListener_subscribes_to_existing_raised_intent()
//TODO: should add some identifier to the query => "fdc3:" + instance.Manifest.Id
var target = await _mockModuleLoader.Object.StartModule(new StartRequest("appId4"));
var targetFdc3InstanceId = Fdc3InstanceIdRetriever.Get(target);
//TODO - Remove the thread sleep after the observables are getting the update before raising the intent.
Thread.Sleep(100);

var raiseIntentRequest = new RaiseIntentRequest()
{
Expand Down

0 comments on commit 3fdc0e3

Please sign in to comment.