We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a531d commit 950d17fCopy full SHA for 950d17f
tests/unitary/rewards_handler/test_rh_constructor.py
@@ -33,4 +33,4 @@ def test_default_behavior(
33
# eoa would be the deployer from which we revoke the role
34
assert not rewards_handler.hasRole(rewards_handler.DEFAULT_ADMIN_ROLE(), boa.env.eoa)
35
assert rewards_handler.eval("twa.twa_window") == 86_400 * 7
36
- assert rewards_handler.eval("twa.min_snapshot_dt_seconds") == 300 # 5 minutes
+ assert rewards_handler.eval("twa.min_snapshot_dt_seconds") == 600 # 10 minutes
0 commit comments