mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-24 12:35:32 +00:00
fix: reset jest set timeout to original value
This commit is contained in:
parent
e85af8c092
commit
c4ed7ed2de
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import * as path from 'path';
|
||||||
const docker = new Docker();
|
const docker = new Docker();
|
||||||
|
|
||||||
// Docker commands, especially builds, can take some time. This makes sure that they can take the time they need.
|
// Docker commands, especially builds, can take some time. This makes sure that they can take the time they need.
|
||||||
jest.setTimeout(50000);
|
jest.setTimeout(25000);
|
||||||
|
|
||||||
// Set to true if you need to diagnose using output
|
// Set to true if you need to diagnose using output
|
||||||
const logOutput = false;
|
const logOutput = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue