Skip to content

Commit

Permalink
10 moar seconds of test time allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Alan Miller committed May 23, 2016
1 parent e8f962f commit 9ee7b47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ test:
- touch $CIRCLE_TEST_REPORTS/xunit/server-tests.xml
override:
# Run client tests
- ./node_modules/.bin/mocha --timeout 90000 -R xunit dist/test.js > $CIRCLE_TEST_REPORTS/xunit/client-tests.xml:
- ./node_modules/.bin/mocha --timeout 100000 -R xunit dist/test.js > $CIRCLE_TEST_REPORTS/xunit/client-tests.xml:
pwd: client
parallel: false
# Run server tests
- ./node_modules/.bin/mocha --timeout 90000 -R xunit test/test.js test/schema.js > $CIRCLE_TEST_REPORTS/xunit/server-tests.xml:
- ./node_modules/.bin/mocha --timeout 100000 -R xunit test/test.js test/schema.js > $CIRCLE_TEST_REPORTS/xunit/server-tests.xml:
pwd: server
parallel: false
# Run cli tests
- ./node_modules/.bin/mocha --timeout 90000 -R xunit test > $CIRCLE_TEST_REPORTS/xunit/cli-tests.xml:
- ./node_modules/.bin/mocha --timeout 100000 -R xunit test > $CIRCLE_TEST_REPORTS/xunit/cli-tests.xml:
pwd: cli
parallel: false

0 comments on commit 9ee7b47

Please sign in to comment.