mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Increase timeouts for some integration tests. (#8869)
This commit is contained in:
@@ -12,7 +12,7 @@ const suite = getSuiteType();
|
|||||||
const options: any = {
|
const options: any = {
|
||||||
ui: 'tdd',
|
ui: 'tdd',
|
||||||
useColors: true,
|
useColors: true,
|
||||||
timeout: 10000
|
timeout: 600000
|
||||||
};
|
};
|
||||||
|
|
||||||
if (suite === SuiteType.Stress) {
|
if (suite === SuiteType.Stress) {
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ const suite = 'notebook Extension Integration Tests';
|
|||||||
const options: any = {
|
const options: any = {
|
||||||
ui: 'bdd',
|
ui: 'bdd',
|
||||||
useColors: true,
|
useColors: true,
|
||||||
timeout: 10000
|
timeout: 600000
|
||||||
};
|
};
|
||||||
|
|
||||||
// set relevant mocha options from the environment
|
// set relevant mocha options from the environment
|
||||||
|
|||||||
Reference in New Issue
Block a user