Skip to content

Commit a53630c

Browse files
committed
Tweak test timeouts
1 parent 8d9cb7f commit a53630c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/cli.exec.base.ts

Lines changed: 2 additions & 2 deletions
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('180s');
15+
this.timeout('240s');
1616

1717
const tmp = path.relative(process.cwd(), path.join(__dirname, 'tmp'));
1818
const cli = `npx --prefix ${tmp} devcontainer`;
@@ -148,7 +148,7 @@ export function describeTests1({ text, options }: BuildKitOption) {
148148
export function describeTests2({ text, options }: BuildKitOption) {
149149

150150
describe('Dev Containers CLI', function () {
151-
this.timeout('240s');
151+
this.timeout('300s');
152152

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

0 commit comments

Comments
 (0)