Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
I don't think this change was original intentional
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Sep 17, 2019
1 parent 3e4d857 commit 9efa40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/events.js
Expand Up @@ -268,9 +268,9 @@ var tests = function(web3, EventTest) {
setTimeout(() => {
event.removeAllListeners();
done();
}, 2500);
}, 250);
});
}).timeout(2750);
});
});
};

Expand Down

0 comments on commit 9efa40a

Please sign in to comment.