Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Increase timeout for activation in tests
Browse files Browse the repository at this point in the history
it is a lot slower on Windows

Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Oct 24, 2023
1 parent e9142ff commit 4432bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/suite/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import os = require('os');
import { waitUntil } from 'async-wait-until';

const extensionId = 'redhat.vscode-camelk';
export const ACTIVATION_TIMEOUT = 45000;
export const ACTIVATION_TIMEOUT = 90000;

export async function ensureExtensionActivated() {
const extension = vscode.extensions.getExtension(extensionId);
Expand Down

0 comments on commit 4432bbb

Please sign in to comment.