diff --git a/test/rml.test.ts b/test/rml.test.ts index d32c80b..9df14aa 100644 --- a/test/rml.test.ts +++ b/test/rml.test.ts @@ -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); }); });