Skip to content

Commit

Permalink
Merge pull request #1655 from input-output-hk/oversat_more_time
Browse files Browse the repository at this point in the history
Add more time to `test_oversaturated`
  • Loading branch information
mkoura committed Feb 10, 2023
2 parents e8a1711 + 9f85e27 commit 8dc9400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano_node_tests/tests/test_pool_saturation.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def test_oversaturated( # noqa: C901

# sleep till the end of epoch
clusterlib_utils.wait_for_epoch_interval(
cluster_obj=cluster, start=-50, stop=common.EPOCH_STOP_SEC_BUFFER, force_epoch=True
cluster_obj=cluster, start=-70, stop=-60, force_epoch=True
)
this_epoch = cluster.g_query.get_epoch()

Expand Down

0 comments on commit 8dc9400

Please sign in to comment.