Skip to content

Commit 1639c0e

Browse files
committed
Increase timeout
1 parent ce72e94 commit 1639c0e

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
@@ -21,4 +21,4 @@ codecov: true
2121
# uncomment the following lines to override the default test script
2222
script:
2323
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
24-
- travis_wait 20 julia --project -e 'using Pkg; Pkg.build(); Pkg.test(; coverage=true)';
24+
- travis_wait 30 julia --project -e 'using Pkg; Pkg.build(); Pkg.test(; coverage=true)';

0 commit comments

Comments
 (0)