Skip to content

Commit

Permalink
Merge branch 'main' into deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThEditor committed Sep 17, 2024
2 parents 4710df5 + 16c2f5a commit 5693136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/challenge/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const ChallengePage: React.FC = () => {
setResponse(msgCodes[msgCode] ?? "");
setTimeout(() => {
setResponse("");
}, 2000);
}, 5000);
};

const startInstance = async () => {
Expand Down

0 comments on commit 5693136

Please sign in to comment.