Skip to content

Commit 12719ca

Browse files
committed
Adjust timeouts
1 parent 0d2ebae commit 12719ca

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ registry`;
307307
// NOTE:
308308
// Test depends on https://github.com/orgs/codspace/packages/container/non-empty-config-layer%2Fcolor/225254837?tag=1.0.0
309309
describe('Test OCI Push Helper Functions', function () {
310-
this.timeout('10s');
310+
this.timeout('20s');
311311
it('Generates the correct tgz manifest layer', async () => {
312312

313313
const dataBytes = fs.readFileSync(`${testAssetsDir}/devcontainer-feature-color.tgz`);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async function setupInstallOrderTest(testWorkspaceFolder: string) {
4747
}
4848

4949
describe('Feature Dependencies', function () {
50-
this.timeout('10s');
50+
this.timeout('20s');
5151
const baseTestConfigPath = `${__dirname}/configs/feature-dependencies`;
5252

5353
describe('installsAfter', function () {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ describe('validate processFeatureIdentifier', async function () {
5757
console.log(`workspaceRoot = ${workspaceRoot}, defaultConfigPath = ${defaultConfigPath}`);
5858

5959
describe('VALID processFeatureIdentifier examples', async function () {
60+
this.timeout('4s');
6061

6162
it('should process v1 local-cache', async function () {
6263
// Parsed out of a user's devcontainer.json

0 commit comments

Comments
 (0)