summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2017-10-25 17:28:18 -0400
committerAdriaan de Groot <groot@kde.org>2017-10-25 17:28:18 -0400
commit05a766c3a95a2064b7d31260dfdecfec31ac4496 (patch)
treeba4309527647f119d41b83ed3a4cb543d9818d17 /.travis.yml
parentc2c2793be5b99a3dcf15aeb6ec3adc8f339e0d8a (diff)
CI: bump timeout some more, against all logic
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f0a3b1bfa..b7e737600 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ notifications:
- "chat.freenode.net#calamares"
install:
- - travis_wait docker build -t calamares .
+ - travis_wait 30 docker build -t calamares .
script:
- docker run -v $PWD:/src --tmpfs /build:rw,size=65536k calamares bash -lc "cd /build && cmake -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON /src && make -j2 && make install DESTDIR=/build/INSTALL_ROOT"