Skip to content

Commit

Permalink
increase limit time
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasmds committed Aug 22, 2024
1 parent cb53ba4 commit a81afb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/server/server-service.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import PackageJson from "../../entities/submission-project/package-json";
import ProjectErrorException from "../../exception/project-error-exception";
import getSubmissionRequirement from "../../config/submission-requirement";

jest.setTimeout(11000)
jest.setTimeout(15000)
describe('server service test', () => {
const submissionRequirement = getSubmissionRequirement()
it.skip('should start & stop server', async function () {
Expand Down

0 comments on commit a81afb0

Please sign in to comment.