Skip to content

Commit 1d1ac9c

Browse files
committed
Lower indexer required confirmation in tests to 50
This speeds up tests using the indexer a lot. This should also make them non-flaky as the tests won't have to wait for as long for the indexer to sync.
1 parent a96eff4 commit 1d1ac9c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ executors:
99
ubuntu-builder:
1010
docker:
1111
- image: trustlines/builder:master61
12+
resource_class:
13+
medium
1214
working_directory: ~/repo
1315

1416
# define some common commands

tests/chain_integration/database_integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"""
2727

2828

29-
INDEXER_REQUIRED_CONFIRMATION = 10_000
29+
INDEXER_REQUIRED_CONFIRMATION = 50
3030
POSTGRES_USER = "trustlines_test"
3131
POSTGRES_PASSWORD = "test123"
3232
POSTGRES_DATABASE = "trustlines_test"

0 commit comments

Comments
 (0)