Skip to content

Commit

Permalink
Extended the timeout for the deployment e2e test in hopes that it mig…
Browse files Browse the repository at this point in the history
…ht fix the problems in the deployment pipeline
  • Loading branch information
jjoderis committed Oct 19, 2023
1 parent 976156e commit 5716933
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const request = require('supertest')('localhost');
const { startMockEngineProcesses } = require('./startEngines.js');
const { ensureCorrectProceedNamespace } = require('@proceed/bpmn-helper');

jest.setTimeout(60000);
jest.setTimeout(100000);

function killEngineProcess(engineProcess) {
return new Promise((resolve) => {
Expand Down

0 comments on commit 5716933

Please sign in to comment.