Skip to content

Commit

Permalink
Merge pull request #2621 from cybozu-go/fix-reboot-woker-test
Browse files Browse the repository at this point in the history
extend ginkgo timeout  to 90min
  • Loading branch information
YZ775 committed Jul 26, 2024
2 parents db7e0cc + 010703b commit 36a9e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dctest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
SUDO = sudo
OUTPUT = ./output
PLACEMAT = /usr/bin/placemat2
GINKGO = env GO111MODULE=on $(GOPATH)/bin/ginkgo --fail-fast -v
GINKGO = env GO111MODULE=on $(GOPATH)/bin/ginkgo --fail-fast -v --timeout=90m
SUITE = bootstrap
PLACEMAT_DATADIR = /var/scratch/placemat
VM_SHARED_DIR = /mnt/placemat
Expand Down

0 comments on commit 36a9e7a

Please sign in to comment.