Skip to content

Commit 5e7ebcb

Browse files
authored
increase test timeouts
1 parent 3e5f804 commit 5e7ebcb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/test/cli.exec.base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const pkg = require('../../package.json');
1212
export function describeTests1({ text, options }: BuildKitOption) {
1313

1414
describe('Dev Containers CLI', function () {
15-
this.timeout('240s');
15+
this.timeout('360s');
1616

1717
const tmp = path.relative(process.cwd(), path.join(__dirname, 'tmp'));
1818
const cli = `npx --prefix ${tmp} devcontainer`;

src/test/cli.up.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { devContainerDown, devContainerUp, shellExec, UpResult, pathExists } fro
1212
const pkg = require('../../package.json');
1313

1414
describe('Dev Containers CLI', function () {
15-
this.timeout('120s');
15+
this.timeout('240s');
1616

1717
const tmp = path.relative(process.cwd(), path.join(__dirname, 'tmp'));
1818
const cli = `npx --prefix ${tmp} devcontainer`;

src/test/container-features/e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { devContainerDown, devContainerUp, shellExec } from '../testUtils';
1111
const pkg = require('../../../package.json');
1212

1313
describe('Dev Container Features E2E (remote)', function () {
14-
this.timeout('120s');
14+
this.timeout('240s');
1515

1616
const tmp = path.relative(process.cwd(), path.join(__dirname, 'tmp'));
1717
const cli = `npx --prefix ${tmp} devcontainer`;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"id": "a",
3-
"version": "1.0.0",
3+
"version": "1.0.0"
44
}

0 commit comments

Comments
 (0)