👷 fixed timeout

This commit is contained in:
Niels Lohmann 2019-03-24 18:14:59 +01:00
parent dcbc028b5b
commit 28dfbedda7
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -16,7 +16,7 @@
"cd build",
"../cmake-3.14.0/bin/cmake /project/repo/checkout",
"make -j8",
"ctest -VV -j8"
"ctest -VV -j4 --timeout 3000"
]
},
"fedora24-x86_64": {