Skip to content

Commit 74b2461

Browse files
authored
test: extend timeout for ‘get leader schedule’ test (#1201)
## Summary This test seems to timeout a lot in CI these days. Let's try extending the timeout. ## Test Plan ```shell pnpm test:live-with-test-validator ```
1 parent 98ca075 commit 74b2461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/library-legacy/test/connection.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ describe('Connection', function () {
939939
expect(Array.isArray(slots)).to.be.true;
940940
expect(slots.length).to.be.at.least(4);
941941
}
942-
});
942+
}).timeout(30 * 1000);
943943

944944
it('get slot', async () => {
945945
await mockRpcResponse({

0 commit comments

Comments
 (0)