Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Sep 18, 2019
1 parent 9469fc7 commit 7a56d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as path from 'path';
import { IS_CI_SERVER, IS_CI_SERVER_TEST_DEBUGGER } from './ciConstants';

export const MAX_EXTENSION_ACTIVATION_TIME = 120_000;
export const TEST_TIMEOUT = 45000;
export const TEST_TIMEOUT = 25000;
export const TEST_RETRYCOUNT = 3;
export const IS_SMOKE_TEST = process.env.VSC_PYTHON_SMOKE_TEST === '1';
export const IS_PERF_TEST = process.env.VSC_PYTHON_PERF_TEST === '1';
Expand Down

0 comments on commit 7a56d93

Please sign in to comment.