We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ef763 commit 8857d16Copy full SHA for 8857d16
1 file changed
integration-tests/access-control-native/group.test.ts
@@ -16,7 +16,8 @@ const tests = () => describe('group', () => {
16
let groupId: string;
17
const groupName = "Test Group";
18
const groupDescription = "Test Group Description";
19
- before(async () => {
+ before(async function() {
20
+ this.timeout(5 * 60 * 1000);
21
await nativeLoginToCli();
22
23
const iTwinName = `cli-itwin-integration-test-${new Date().toISOString()}`;
0 commit comments