Skip to content

Commit

Permalink
windows is slow on CI lets check
Browse files Browse the repository at this point in the history
  • Loading branch information
cirospaciari committed Oct 10, 2024
1 parent 8334f97 commit f30f9e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe("Global subchannel pool", () => {

promises.push(
new Promise<void>(resolve => {
client1.waitForReady(Date.now() + 50, error => {
client1.waitForReady(Date.now() + 150, error => {
assert.ifError(error);
client1.close();
resolve();
Expand All @@ -99,7 +99,7 @@ describe("Global subchannel pool", () => {

promises.push(
new Promise<void>(resolve => {
client2.waitForReady(Date.now() + 50, error => {
client2.waitForReady(Date.now() + 150, error => {
assert.ifError(error);
resolve();
});
Expand Down

0 comments on commit f30f9e5

Please sign in to comment.