Skip to content

Commit 0ddb457

Browse files
committed
only test v1 for timeout reason
1 parent 49948d8 commit 0ddb457

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ install:
1212
script:
1313
- nosetests unittests/ --with-cov
1414
- export OSS_TEST_AUTH_VERSION=v1
15-
- if [ -n "$OSS_TEST_ACCESS_KEY_ID" ]; then travis_wait 30 nosetests -s tests/ --with-cov;
16-
fi
17-
- export OSS_TEST_AUTH_VERSION=v2
18-
- if [ -n "$OSS_TEST_ACCESS_KEY_ID" ]; then travis_wait 30 nosetests -s tests/ --with-cov;
15+
- if [ -n "$OSS_TEST_ACCESS_KEY_ID" ]; then travis_wait 50 nosetests -s tests/ --with-cov;
1916
fi
2017
after_success:
2118
- coveralls

0 commit comments

Comments
 (0)