Skip to content

Commit

Permalink
e2e test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Jan 24, 2024
1 parent 7f93fdd commit 8530419
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 125 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/1-getting-started/home.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
value: attr:name
`;

describe('Home', { defaultCommandTimeout: 60000 }, () => {
describe('Home', { defaultCommandTimeout: 80000 }, () => {
before(done => {
Tracetest({ apiToken: TRACETEST_API_TOKEN }).then(instance => {
tracetest = instance;
Expand Down
Loading

0 comments on commit 8530419

Please sign in to comment.