mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 19:18:32 -05:00
Change test timeout for extension unit tests to 10sec (#8848)
This commit is contained in:
@@ -11,7 +11,7 @@ const suite = 'admin-tool-ext-win Extension Tests';
|
||||
const options: any = {
|
||||
ui: 'bdd',
|
||||
useColors: true,
|
||||
timeout: 600000
|
||||
timeout: 10000
|
||||
};
|
||||
|
||||
// set relevant mocha options from the environment
|
||||
|
||||
@@ -11,7 +11,7 @@ const suite = 'agent Extension Tests';
|
||||
const options: any = {
|
||||
ui: 'bdd',
|
||||
useColors: true,
|
||||
timeout: 600000
|
||||
timeout: 10000
|
||||
};
|
||||
|
||||
// set relevant mocha options from the environment
|
||||
|
||||
@@ -11,7 +11,7 @@ const suite = 'azurecore Extension Tests';
|
||||
const options: any = {
|
||||
ui: 'bdd',
|
||||
useColors: true,
|
||||
timeout: 60000
|
||||
timeout: 10000
|
||||
};
|
||||
|
||||
// set relevant mocha options from the environment
|
||||
|
||||
@@ -11,7 +11,7 @@ const suite = 'cms Extension Tests';
|
||||
const options: any = {
|
||||
ui: 'bdd',
|
||||
useColors: true,
|
||||
timeout: 60000
|
||||
timeout: 10000
|
||||
};
|
||||
|
||||
// set relevant mocha options from the environment
|
||||
|
||||
@@ -11,7 +11,7 @@ const suite = 'dacpac Extension Tests';
|
||||
const testOptions: any = {
|
||||
ui: 'bdd',
|
||||
useColors: true,
|
||||
timeout: 60000
|
||||
timeout: 10000
|
||||
};
|
||||
|
||||
// set relevant mocha options from the environment
|
||||
|
||||
@@ -12,7 +12,7 @@ const suite = getSuiteType();
|
||||
const options: any = {
|
||||
ui: 'tdd',
|
||||
useColors: true,
|
||||
timeout: 600000 // 600 seconds
|
||||
timeout: 10000
|
||||
};
|
||||
|
||||
if (suite === SuiteType.Stress) {
|
||||
|
||||
@@ -11,7 +11,7 @@ const suite = 'machine learning Extension Tests';
|
||||
const options: any = {
|
||||
ui: 'bdd',
|
||||
useColors: true,
|
||||
timeout: 600000
|
||||
timeout: 10000
|
||||
};
|
||||
|
||||
// set relevant mocha options from the environment
|
||||
|
||||
@@ -11,7 +11,7 @@ const suite = 'notebook Extension Integration Tests';
|
||||
const options: any = {
|
||||
ui: 'bdd',
|
||||
useColors: true,
|
||||
timeout: 600000
|
||||
timeout: 10000
|
||||
};
|
||||
|
||||
// set relevant mocha options from the environment
|
||||
|
||||
@@ -11,7 +11,7 @@ const suite = 'notebook Extension Tests';
|
||||
const options: any = {
|
||||
ui: 'bdd',
|
||||
useColors: true,
|
||||
timeout: 600000
|
||||
timeout: 10000
|
||||
};
|
||||
|
||||
// set relevant mocha options from the environment
|
||||
|
||||
@@ -11,7 +11,7 @@ const suite = 'resource-deployment Extension Tests';
|
||||
const testOptions: any = {
|
||||
ui: 'tdd',
|
||||
useColors: true,
|
||||
timeout: 60000
|
||||
timeout: 10000
|
||||
};
|
||||
|
||||
// set relevant mocha options from the environment
|
||||
|
||||
@@ -11,7 +11,7 @@ const suite = 'schema-compare Extension Tests';
|
||||
const options: any = {
|
||||
ui: 'bdd',
|
||||
useColors: true,
|
||||
timeout: 60000
|
||||
timeout: 10000
|
||||
};
|
||||
|
||||
// set relevant mocha options from the environment
|
||||
|
||||
Reference in New Issue
Block a user