poanetwork / token-wizard

(Discontinued) TokenWizard is an DApp to create and manage crowdsale and token contracts using a simple UI
MIT License
384 stars 215 forks source link

(Feature) Too much Solidity unit tests in one script for Dutch Auction crowdsale #1076

Closed vbaranov closed 6 years ago

vbaranov commented 6 years ago

Problem: There are too much Solidity unit tests in one script for Dutch Auction crowdsale. 1630 in total. Travis CI doesn't show the results of all tests because of The job exceeded the maximum time limit for jobs, and has been terminated.. For example, https://travis-ci.org/poanetwork/token-wizard/jobs/414158916.

Solution: Divide unit tests for Dutch Auction in 2 or even 3 parts to decrease the total time of scripts' esecution in Travis CI. Thus, we'll able to see the result of all Solidity unit tests.

Note: the changes in frames of this issue should be done as in the current repo as well as in the repo with unit tests auth-os-applications