mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 01:28:26 -05:00
Change test timeout for extension unit tests to 10sec (#8848)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user