Skip to content

Commit da2fe51

Browse files
committed
test: ioncreasing test wait timeout
Signed-off-by: Pawel Psztyc <[email protected]>
1 parent fe93ec2 commit da2fe51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/elements/ApiOperationDocumentElement.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('ApiOperationDocumentElement', () => {
2828
.domainId="${operation && operation.id}"
2929
.operation="${operation}"
3030
></api-operation-document>`);
31-
await aTimeout(5);
31+
await aTimeout(10);
3232
// await oneEvent(element, 'graphload');
3333
return /** @type ApiOperationDocumentElement */ (element);
3434
}
@@ -44,7 +44,7 @@ describe('ApiOperationDocumentElement', () => {
4444
.operation="${operation}"
4545
tryItButton
4646
></api-operation-document>`);
47-
await aTimeout(2);
47+
await aTimeout(10);
4848
return /** @type ApiOperationDocumentElement */ (element);
4949
}
5050

@@ -59,7 +59,7 @@ describe('ApiOperationDocumentElement', () => {
5959
.domainId="${operation && operation.id}"
6060
.operation="${operation}"
6161
></api-operation-document>`);
62-
await aTimeout(5);
62+
await aTimeout(10);
6363
return /** @type ApiOperationDocumentElement */ (element);
6464
}
6565

0 commit comments

Comments
 (0)