Skip to content

Commit

Permalink
[ci] refs fibercrypto#139 - Increase Skycoin test suite timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
olemis committed Mar 4, 2020
1 parent f405a23 commit 3c19cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ test-skyhw: build ## Run Hardware wallet tests
test-sky: ## Run Skycoin plugin test suite
go test -coverprofile=$(COVERAGETEMP) -timeout 30s github.com/fibercrypto/fibercryptowallet/src/coin/skycoin
cat $(COVERAGETEMP) | grep -v '^mode: set$$' >> $(COVERAGEFILE)
go test -coverprofile=$(COVERAGETEMP) -timeout 30s github.com/fibercrypto/fibercryptowallet/src/coin/skycoin/models
go test -coverprofile=$(COVERAGETEMP) -timeout 60s github.com/fibercrypto/fibercryptowallet/src/coin/skycoin/models
cat $(COVERAGETEMP) | grep -v '^mode: set$$' >> $(COVERAGEFILE)

test-core: ## Run tests for API core and helpers
Expand Down

0 comments on commit 3c19cd9

Please sign in to comment.