Skip to content

Commit

Permalink
test: refactor token blacklist test for speed (#6054)
Browse files Browse the repository at this point in the history
Fixes #6040. 

Use the improved flows for parallel testing to cut the e2e_blacklist
test from ~600s to ~200s when run locally, should see similar results in
CI.
  • Loading branch information
LHerskind committed Apr 26, 2024
1 parent 405bdf6 commit ab36d7e
Show file tree
Hide file tree
Showing 11 changed files with 1,386 additions and 1,126 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ contract TokenBlacklist {
use crate::types::{transparent_note::TransparentNote, token_note::TokenNote, balances_map::BalancesMap, roles::UserFlags};

// Changing an address' roles has a certain block delay before it goes into effect.
global CHANGE_ROLES_DELAY_BLOCKS = 5;
global CHANGE_ROLES_DELAY_BLOCKS = 2;

#[aztec(storage)]
struct Storage {
Expand Down
Loading

0 comments on commit ab36d7e

Please sign in to comment.