Skip to content

Commit 2e8a130

Browse files
committed
Adjust timeouts
1 parent 9207699 commit 2e8a130

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/cli.build.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { envListToObj } from '../spec-node/utils';
1414
const pkg = require('../../package.json');
1515

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ RUN chmod -R 0755 /tmp/dev-container-features/hello_1 \\
8888
});
8989

9090
it('should correctly return featuresConfig with customizations', async function () {
91-
this.timeout('20s');
91+
this.timeout('40s');
9292
const version = 'unittest';
9393
const tmpFolder: string = path.join(await getLocalCacheFolder(), 'container-features', `${version}-${Date.now()}`);
9494
await mkdirpLocal(tmpFolder);

0 commit comments

Comments
 (0)