Skip to content

Commit

Permalink
👷 making adjustments to try to fix cron job issues part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyoumi committed Nov 18, 2024
1 parent a5cc8ef commit 1c6268c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/otp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe("Tests", () => {
if(newToken) {
console.log(newToken.token);

await new Promise(resolve => setTimeout(resolve, 61000));
await new Promise(resolve => setTimeout(resolve, 120000));

const checkTokens = await prisma.otpToken.findFirst({
where: {
Expand Down

0 comments on commit 1c6268c

Please sign in to comment.