Skip to content

Commit

Permalink
Seconds, not minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jun 29, 2013
1 parent 3dd81a2 commit f202ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ EOF
elif [[ "${TEST_SLOW}" == "true" ]]; then
cat << EOF | python
import sympy
if not sympy.test(slow=True, timeout=35050):
if not sympy.test(slow=True, timeout=550):
# Travis times out if no activity is seen for 10 minutes
raise Exception('Tests failed')
EOF
Expand Down

0 comments on commit f202ab7

Please sign in to comment.