Skip to content

Commit

Permalink
Parche tests generator. Aumento timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
uo287998 committed Apr 1, 2024
1 parent b3d7c37 commit 5655256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preguntas/generatorservice/question-service.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ describe('Question Service', () => {
expect(response.body).toHaveProperty('allAnswers');
expect(response.body.allAnswers).toHaveLength(4);
});
});
}, 10000);

0 comments on commit 5655256

Please sign in to comment.