From 8fb3faa83546f4d70c2b9fc144666eb90e9faa57 Mon Sep 17 00:00:00 2001 From: Carolina Wright Date: Thu, 7 Oct 2021 11:39:38 -0300 Subject: [PATCH] test: increase timeout --- test/api-console-documentation.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api-console-documentation.test.js b/test/api-console-documentation.test.js index a41c39edb..18c3887a1 100644 --- a/test/api-console-documentation.test.js +++ b/test/api-console-documentation.test.js @@ -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');