Skip to content

Commit

Permalink
Extend timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Dec 20, 2024
1 parent 034c085 commit cf6fbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/node/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,7 @@ describe(`End-to-end access grant tests for environment [${environment}] `, () =
for await (const page of pages) {
expect(page.items).not.toHaveLength(0);
}
});
}, 30_000);
},
);
});

0 comments on commit cf6fbfc

Please sign in to comment.