mirror of
https://github.com/nlohmann/json
synced 2024-11-10 14:30:08 +00:00
👷 increased timeout
This commit is contained in:
parent
28dfbedda7
commit
f091fe31bc
15
.doozer.json
15
.doozer.json
@ -16,7 +16,20 @@
|
||||
"cd build",
|
||||
"../cmake-3.14.0/bin/cmake /project/repo/checkout",
|
||||
"make -j8",
|
||||
"ctest -VV -j4 --timeout 3000"
|
||||
"ctest -VV -j4 --timeout 10000"
|
||||
]
|
||||
},
|
||||
"jessie-i386": {
|
||||
"buildenv": "jessie-i386",
|
||||
"builddeps": ["cmake", "build-essential"],
|
||||
"buildcmd": [
|
||||
"uname -a",
|
||||
"cd",
|
||||
"mkdir build",
|
||||
"cd build",
|
||||
"cmake /project/repo/checkout",
|
||||
"make -j8",
|
||||
"ctest -VV -j8"
|
||||
]
|
||||
},
|
||||
"fedora24-x86_64": {
|
||||
|
Loading…
Reference in New Issue
Block a user