Make AccessManager.execute/schedule more conservative when delay is 0 (#4644)

This commit is contained in:
Francisco
2023-10-02 16:43:12 -03:00
committed by GitHub
parent abba0d047a
commit b849906ce4
3 changed files with 13 additions and 5 deletions

View File

@ -636,6 +636,8 @@ contract('AccessManager', function (accounts) {
describe(description, function () {
beforeEach(async function () {
if (!delay || fnRole === ROLES.PUBLIC) this.skip(); // TODO: Fixed in #4613
// setup
await Promise.all([
this.manager.$_setTargetClosed(this.target.address, closed),