Skip to content

Commit 0f1b7d9

Browse files
authored
bump timeouts
1 parent 716647a commit 0f1b7d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ RUN chmod -R 0755 /tmp/dev-container-features/hello_4 \\
156156
});
157157

158158
it('should correctly return featuresConfig with customizations', async function () {
159-
this.timeout('10s');
159+
this.timeout('20s');
160160
const version = 'unittest';
161161
const tmpFolder: string = path.join(await getLocalCacheFolder(), 'container-features', `${version}-${Date.now()}`);
162162
await mkdirpLocal(tmpFolder);

0 commit comments

Comments
 (0)