From df4992b466802c4cc2147879fe69fa536a7d0f14 Mon Sep 17 00:00:00 2001 From: lazar Date: Wed, 18 Sep 2024 11:03:27 +0200 Subject: [PATCH] adjust params --- Makefile | 2 +- e2etest/atomicslasher_e2e_test.go | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index eb62f092..b93b6a8c 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ test: go test -race ./... test-e2e: - go test -mod=readonly --failfast -timeout=25m -v $(PACKAGES_E2E) -count=1 --parallel 10 --tags=e2e + go test -mod=readonly --failfast -timeout=25m -v $(PACKAGES_E2E) -count=1 --parallel 6 --tags=e2e build-docker: $(DOCKER) build --tag babylonlabs-io/vigilante -f Dockerfile \ diff --git a/e2etest/atomicslasher_e2e_test.go b/e2etest/atomicslasher_e2e_test.go index b060cb77..dc02e0de 100644 --- a/e2etest/atomicslasher_e2e_test.go +++ b/e2etest/atomicslasher_e2e_test.go @@ -140,8 +140,7 @@ func TestAtomicSlasher(t *testing.T) { // TestAtomicSlasher_Unbonding tests the atomic slasher's handling of unbonding BTC delegations, // including the creation and detection of unbonding slashing transactions. func TestAtomicSlasher_Unbonding(t *testing.T) { - t.Skip() - //t.Parallel() + t.Parallel() // segwit is activated at height 300. It's needed by staking/slashing tx numMatureOutputs := uint32(300)