Skip to content
This repository was archived by the owner on Oct 26, 2021. It is now read-only.

Commit 185bef7

Browse files
committed
Set travis timeout to 3.
1 parent 36b9f4a commit 185bef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010
- tar xfvz Plone-4.3.3-UnifiedInstaller.tgz
1111
- tar jxvf Plone-4.3.3-UnifiedInstaller/packages/buildout-cache.tar.bz2 1>/dev/null
1212
- python bootstrap.py -c travis.cfg
13-
- bin/buildout -N -t 20 -c travis.cfg
13+
- bin/buildout -N -t 3 -c travis.cfg
1414
before_script:
1515
- export DISPLAY=:99.0
1616
- sh -e /etc/init.d/xvfb start

0 commit comments

Comments
 (0)