Skip to content

Commit 921794b

Browse files
committed
test: increase timeout for request test
1 parent ce15b4e commit 921794b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/api-console-request.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ describe('API Console request', () => {
216216

217217
beforeEach(async () => {
218218
await navigationSelectEndpointMethod(element, '/test-oauth10-scheme', 'get');
219-
await aTimeout(50)
219+
await aTimeout(70)
220220
documentationTryItButton(element).click()
221-
await aTimeout(50)
221+
await aTimeout(70)
222222
credentialsSection = requestCredentialsSection(element);
223223
});
224224

0 commit comments

Comments
 (0)