Skip to content

Commit

Permalink
added timeout between tests
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Awawdi <[email protected]>
  • Loading branch information
Muhammad-awawdi-amazon committed Dec 19, 2024
1 parent a8040a5 commit 7533f26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions node/tests/GlideClusterClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2023,6 +2023,7 @@ describe("GlideClusterClient", () => {
await client.close();
}
},
TIMEOUT,
);
describe("GlideClusterClient - AZAffinity Read Strategy Test", () => {
async function getNumberOfReplicas(
Expand Down Expand Up @@ -2223,6 +2224,7 @@ describe("GlideClusterClient", () => {
await client_for_testing_az?.close();
}
},
TIMEOUT,
);
});
describe("GlideClusterClient - AZAffinity Routing to 1 replica", () => {
Expand Down Expand Up @@ -2334,6 +2336,7 @@ describe("GlideClusterClient", () => {
await client_for_testing_az?.close();
}
},
TIMEOUT,
);
});
describe("GlideClusterClient - AZAffinity with Non-existing AZ", () => {
Expand Down Expand Up @@ -2418,6 +2421,7 @@ describe("GlideClusterClient", () => {
await client_for_testing_az?.close();
}
},
TIMEOUT,
);
});
describe("GlideClusterClient - Get Statistics", () => {
Expand Down

0 comments on commit 7533f26

Please sign in to comment.