👷 fixed timeout

This commit is contained in:
Niels Lohmann 2019-03-25 12:30:45 +01:00
parent af9da22b87
commit 9d2f0391e0
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

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