Skip to content

Commit

Permalink
Merge pull request #69 from wmo-im/gc-tests
Browse files Browse the repository at this point in the history
add sleep factor to metrics sleep
  • Loading branch information
jmaxmarno authored Oct 8, 2024
2 parents 9d837af + 38df366 commit 33190f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/global_cache/test_global_cache_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ def test_data_update(metrics_data):

def test_gc_metrics(metrics_data, initial_metrics):
print("\nGC Metrics Assertions")
sleep_w_status(2*60)
sleep_w_status(2.5*60*sleep_factor)
final_metrics = get_gc_metrics(prom_host, prom_un, prom_pass)
assertion_results = []

Expand Down

0 comments on commit 33190f3

Please sign in to comment.