Skip to content

Commit

Permalink
Increase timeout in the sharding test
Browse files Browse the repository at this point in the history
  • Loading branch information
tplavcic committed Feb 3, 2025
1 parent b64b1ea commit 7c1c78b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ test.describe('Sharding (psmdb)', () => {
test('Sharding should be correctly displayed on the overview page', async ({
page,
}) => {
test.setTimeout(300 * 1000);
test.setTimeout(600 * 1000);
const dbName = 'sharding-psmdb';
expect(storageClasses.length).toBeGreaterThan(0);
await selectDbEngine(page, 'psmdb');
Expand Down

0 comments on commit 7c1c78b

Please sign in to comment.