Skip to content

Commit

Permalink
Extend timeout time to 10 minutes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cvacalares committed Oct 12, 2024
1 parent 2c28c54 commit 3c7ab9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cucumber.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const run = {
BreedingInsight: "",
};

setDefaultTimeout(300000);
setDefaultTimeout(600000);
global.__basedir = __dirname;

Before(async function () {
Expand Down

0 comments on commit 3c7ab9f

Please sign in to comment.