Currently cy.c8yclient is treated like an ordinary cy command. This leads to the problem that requests being run via c8yclient could time out easily as the (globally configurable) defaultCommandTimeout is 4s. As user of the framework I want to be able to just tweak the timeout for requests being made by cy.c8yclient without causing a potential test delay for all other cy commands.
Currently cy.c8yclient is treated like an ordinary cy command. This leads to the problem that requests being run via c8yclient could time out easily as the (globally configurable) defaultCommandTimeout is 4s. As user of the framework I want to be able to just tweak the timeout for requests being made by cy.c8yclient without causing a potential test delay for all other cy commands.
=> Don't use defaultCommandTimeout for c8yclient but rather the requestTimeout/responseTimeout. See https://docs.cypress.io/guides/references/configuration