Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sprisha authored Mar 26, 2024
1 parent 41cc9d4 commit 9888ee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function <<meta::pure::profiles::test.Test>> meta::analytics::lineage::tests::co
let start = now();
let res = meta::analytics::lineage::computeLineage($f,meta::analytics::lineage::tests::mapping::EmployeeDemographics, [], meta::pure::extension::defaultExtensions());
let end = now();
assert($end->dateDiff($start, DurationUnit.MONTHS) <= 4, | 'Time taken to compute lineage is taking longer than expected. Please investigate.');
assert($end->dateDiff($start, DurationUnit.MINUTES) <= 4, | 'Time taken to compute lineage is taking longer than expected. Please investigate.');
}

###Mapping
Expand Down

0 comments on commit 9888ee8

Please sign in to comment.