Skip to content

Commit 0f9330c

Browse files
committed
fix tests increase timeout
1 parent 8b046dd commit 0f9330c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/ScanTest.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ describe("ScanCreate cases",() => {
77
let cxScanConfig = new BaseTest();
88
it('ScanList Successful case', async () => {
99
const auth = new CxWrapper(cxScanConfig);
10-
const cxCommandOutput: CxCommandOutput = await auth.scanList("");
11-
console.log(" Json object from scanList successful case: " + JSON.stringify(CxCommandOutput));
10+
const cxCommandOutput: CxCommandOutput = await auth.scanList("limit=25");
11+
console.log(" Json object from scanList successful case: " + JSON.stringify(cxCommandOutput));
1212
expect(cxCommandOutput.payload.length).toBeGreaterThan(0);
1313
});
1414

0 commit comments

Comments
 (0)