Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bumped up timeout on tests and remove scrollview from travis tests
  • Loading branch information
davglass committed Aug 29, 2012
1 parent d119d5c commit 73c0b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/travis/test.sh
Expand Up @@ -22,9 +22,9 @@ cli=""
extra=""
if [ -n "$TRAVIS" ]; then
con="-c 5 "
timeout="-t 200 "
timeout="-t 400 "
if [ "${TRAVIS_NODE_VERSION}" = "0.8" ]; then
extra="-x charts -x dd -x editor -x graphics -x anim -x yui-throttle"
extra="-x charts -x dd -x editor -x graphics -x anim -x yui-throttle -x scrollview"
else
echo "Skipping Grover tests for this Node version (not needed)"
extra="--cli "
Expand Down

0 comments on commit 73c0b9d

Please sign in to comment.