Skip to content

Commit

Permalink
test: Increase max acceptable time for large YAML file perf test (mel…
Browse files Browse the repository at this point in the history
…tano#6702)

Increase max acceptable time for large YAML file perf test

Closes meltano#6683
  • Loading branch information
WillDaSilva committed Sep 2, 2022
1 parent ba088e9 commit d80b58f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/meltano/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@ def test_list_config_performance(self, large_config_project: Project, cli_runner
== 0
)
duration_ns = perf_counter_ns() - start
# Ensure the large config can be processed in less than 15 seconds
assert duration_ns < 15000000000
# Ensure the large config can be processed in less than 20 seconds
assert duration_ns < 20000000000

0 comments on commit d80b58f

Please sign in to comment.