Skip to content

Commit

Permalink
adjust params
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Sep 18, 2024
1 parent b36d5a4 commit df4992b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
3 changes: 1 addition & 2 deletions e2etest/atomicslasher_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit df4992b

Please sign in to comment.