Skip to content

Commit b46f365

Browse files
committed
fix tests increase timeout
1 parent 26d7963 commit b46f365

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tests/ScanTest.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +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("");
10+
let cxCommandOutput: CxCommandOutput = await auth.scanList("");
11+
cxCommandOutput = await auth.scanList("");
1112
expect(cxCommandOutput.payload.length).toBeGreaterThan(0);
1213
});
1314
it('ScanCreate Successful case wait mode', async () => {

0 commit comments

Comments
 (0)