Skip to content

Commit

Permalink
Increase e2e tests timeout to 2 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
LogvinovLeon committed Jan 24, 2024
1 parent ae45395 commit bba7e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/noir-ethereum-api/test/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ describe(
});
},
{
timeout: 20000
timeout: 2 * 60 * 1000
}
);

0 comments on commit bba7e29

Please sign in to comment.