Skip to content

Commit

Permalink
Waiting for 2 closes from findInstances
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Oct 29, 2023
1 parent 3a72775 commit e0110c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/v2.0/advanced/fdc3.findInstances.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ const control = new RaiseIntentControl2_0();
export default () =>
describe("fdc3.findInstances", () => {
after(async function after() {
await closeMockAppWindow(this.currentTest.title);
await wait(5000);
await closeMockAppWindow(this.currentTest.title, 2);
});

const findInstances = "(2.0-FindInstances) valid appID when opening multiple instances of the same app";
Expand Down

0 comments on commit e0110c0

Please sign in to comment.