Merged PR 21: increase test setup timeout to avoid random setup timeouts
increase test setup timeout to avoid random setup timeouts
This commit is contained in:
Родитель
967d2eab7c
Коммит
e6016cf72c
|
@ -2,6 +2,8 @@
|
|||
"name": "documentdb",
|
||||
"description": "Node.js SDK for DocumentDB API of Azure Cosmos DB Service",
|
||||
"keywords": [
|
||||
"cosmosdb",
|
||||
"cosmos db",
|
||||
"documentdb",
|
||||
"document database",
|
||||
"azure",
|
||||
|
|
|
@ -37,7 +37,7 @@ var masterKey = testConfig.masterKey;
|
|||
|
||||
describe("Authorization bug fix Test", function () {
|
||||
/************** VARIABLES **************/
|
||||
this.timeout(2500);
|
||||
this.timeout(5000);
|
||||
var client = new DocumentDBClient(host, { masterKey: masterKey });
|
||||
|
||||
var database = { id: "dbs" };
|
||||
|
@ -229,4 +229,4 @@ describe("Authorization bug fix Test", function () {
|
|||
modifyCollectionByPermission(clientAllPermission, collection._self, done);
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче