Skip to content

Commit

Permalink
timeout and build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Nov 27, 2024
1 parent de57ae6 commit 9eafa85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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=15m -v $(PACKAGES_E2E) -count=1 --parallel 12 --tags=e2e
go test -mod=readonly -failfast -timeout=1005m -v $(PACKAGES_E2E) -count=1 --parallel 12 --tags=e2e

build-docker:
$(DOCKER) build --tag babylonlabs-io/vigilante -f Dockerfile \
Expand Down
3 changes: 3 additions & 0 deletions e2etest/unbondingwatcher_e2e_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build e2e
// +build e2e

package e2etest

import (
Expand Down

0 comments on commit 9eafa85

Please sign in to comment.