Skip to content

Commit

Permalink
Wait for hanging processes
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrojas87 committed Feb 18, 2024
1 parent b5569f9 commit 18838ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/rml.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,7 @@ describe("Functional tests for the rmlMapper Connector Architecture function", (
sourceInputStream2.push(LOCAL_RAW_DATA);
sourceInputStream1.push(LOCAL_RAW_DATA_UPDATE);
await sourceInputStream2.push(LOCAL_RAW_DATA_UPDATE);
await sleep(3000);
});
});

Expand Down

0 comments on commit 18838ab

Please sign in to comment.