Skip to content

Commit

Permalink
increase delay
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Dec 20, 2024
1 parent f62cb1b commit 90b50b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ setTimeout(() => {
stdio: `inherit`,
}
);
}, 3000);
}, 5000);
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ setTimeout(() => {
stdio: `inherit`,
}
);
}, 3000);
}, 5000);

0 comments on commit 90b50b3

Please sign in to comment.