Skip to content

Commit 61221c4

Browse files
committed
update test case
1 parent edf759f commit 61221c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security-center/snippets/system-test/management_api/securityHealthAnalyticsCustomModule.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('security health analytics custom module', async () => {
6464
};
6565

6666
try {
67-
await new Promise(resolve => setTimeout(resolve, 2000));
67+
await new Promise(resolve => setTimeout(resolve, 3000));
6868
const [createResponse] =
6969
await client.createSecurityHealthAnalyticsCustomModule({
7070
parent: parent,

0 commit comments

Comments
 (0)