Skip to content

Commit 4adcb96

Browse files
committed
check parallelism
1 parent b2ed702 commit 4adcb96

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ executors:
4848
machine:
4949
image: ubuntu-2004:2023.04.2
5050
docker_layer_caching: true
51-
environment:
52-
DISPLAY: ":99"
5351
docker-node:
5452
docker:
5553
- image: cimg/node:20.15

tests/e2e/src/tests/browser/filtering.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ describe('Filtering per key name in DB with 10 millions of keys', () => {
428428
for (let i = 0; i < keyTypes.length - 1; i++) {
429429
await treeView.selectFilterGroupType(keyTypes[i].keyName)
430430
// Waiting for long db loading
431-
CommonDriverExtension.driverSleep(2000)
431+
CommonDriverExtension.driverSleep(3000)
432432
// Verify that all results have the same type as in filter
433433
expect(
434434
await treeView.getElementText(treeView.getTreeViewItemByIndex(i + 1)),

0 commit comments

Comments
 (0)