Skip to content

Commit

Permalink
test: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
carowright committed Oct 7, 2021
1 parent 6d7a9c8 commit 8fb3faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api-console-documentation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('API Console documentation', () => {
const documentation = documentationSummary(element);
const summaryShadowRoot = documentation.shadowRoot;
const endpointsSection = summaryShadowRoot.querySelector('.toc');
await aTimeout(300);
await aTimeout(400);
assert.ok(endpointsSection)

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

0 comments on commit 8fb3faa

Please sign in to comment.