Skip to content

Commit

Permalink
increased timeout on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuri82 committed Oct 20, 2019
1 parent b0fe1ab commit ea768cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs: # a collection of steps


# do the actual build
- run: mvn verify --fae
- run:
command: mvn clean verify --fae
no_output_timeout: 20m

- store_artifacts: # store the uberjar as an artifact
path: core/target/evomaster.jar
Expand Down

0 comments on commit ea768cd

Please sign in to comment.