mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Add a comment to specify why retries are being used at scenarios tests suite
This commit is contained in:
parent
f106502c72
commit
56e5efd47b
|
@ -35,6 +35,7 @@ fs.readdirSync(scenarioFolder).forEach((file) => {
|
||||||
|
|
||||||
for (const story of scenario.stories) {
|
for (const story of scenario.stories) {
|
||||||
it(story.description, async function () {
|
it(story.description, async function () {
|
||||||
|
// Retry the test scenarios up to 4 times if an error happens, due erratic HEVM network errors
|
||||||
this.retries(4);
|
this.retries(4);
|
||||||
await executeStory(story, testEnv);
|
await executeStory(story, testEnv);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user