Skip to content

Commit 437b06b

Browse files
committed
Cypress debugging
1 parent f649e29 commit 437b06b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/cypress/integration/api/Upstreams.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ describe('Upstream endpoints', () => {
3232
}
3333
}).then((data) => {
3434
// Check the swagger schema:
35+
cy.wait(1000 * 300); // 5 mins
3536
cy.validateSwaggerSchema('post', 201, '/upstreams', data);
3637
expect(data.result).to.have.property('id');
3738
expect(data.result.id).to.be.greaterThan(0);

0 commit comments

Comments
 (0)