fix: makes ci timeout larger

This commit is contained in:
Kobi Gurkan
2019-05-14 13:33:53 +03:00
parent 281d7c1e82
commit f1bcbae022

View File

@@ -35,4 +35,7 @@ jobs:
key: v1.1-dependencies-{{ checksum "package.json" }}
# run tests!
- run: cd scripts && ./ci.sh
- run:
name: end-to-end
command: cd scripts && ./ci.sh
no_output_timeout: 30m