Skip to content

Commit 8fb3faa

Browse files
committed
test: increase timeout
1 parent 6d7a9c8 commit 8fb3faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/api-console-documentation.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe('API Console documentation', () => {
7373
const documentation = documentationSummary(element);
7474
const summaryShadowRoot = documentation.shadowRoot;
7575
const endpointsSection = summaryShadowRoot.querySelector('.toc');
76-
await aTimeout(300);
76+
await aTimeout(400);
7777
assert.ok(endpointsSection)
7878

7979
const endpoints = summaryShadowRoot.querySelectorAll('.endpoint-item');

0 commit comments

Comments
 (0)