Skip to content

Commit 8857d16

Browse files
committed
Increased timeout for a before() hook in access-control-native/group.test.ts
1 parent 93ef763 commit 8857d16

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

integration-tests/access-control-native/group.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ const tests = () => describe('group', () => {
1616
let groupId: string;
1717
const groupName = "Test Group";
1818
const groupDescription = "Test Group Description";
19-
before(async () => {
19+
before(async function() {
20+
this.timeout(5 * 60 * 1000);
2021
await nativeLoginToCli();
2122

2223
const iTwinName = `cli-itwin-integration-test-${new Date().toISOString()}`;

0 commit comments

Comments
 (0)