Skip to content

Commit 2feeb3a

Browse files
committed
test_harness - test more states on CAMPAIGN_2:
- RejectState - Unhealthy ApproveState - transitioning to Healthy ApproveState
1 parent 1bc3d84 commit 2feeb3a

File tree

2 files changed

+799
-41
lines changed

2 files changed

+799
-41
lines changed

docs/config/ganache.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ propagation_timeout = 2000
2020

2121
fetch_timeout = 5000
2222
all_campaigns_timeout = 5000
23-
channel_tick_timeout = 5000
23+
# for test_harness make it larger
24+
# Default: 5000
25+
channel_tick_timeout = 8000
2426

2527
ip_rate_limit = { type = 'ip', timeframe = 1200000 }
2628
sid_rate_limit = { type = 'sid', timeframe = 0 }

0 commit comments

Comments
 (0)