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 (#124)
  • Loading branch information
jjoderis authored Oct 19, 2023
1 parent d5da3c3 commit 01dc07d
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 01dc07d

Please sign in to comment.