mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 06:46:10 +00:00
increase Jenkins CI timeout to 4 hours (#3278)
This commit is contained in:
parent
8be858224b
commit
184f71cb59
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -94,7 +94,7 @@ def runStages() {
|
||||
parallel(
|
||||
"Linux": {
|
||||
throttle(['nimbus-eth2']) {
|
||||
timeout(time: 3, unit: 'HOURS') {
|
||||
timeout(time: 4, unit: 'HOURS') {
|
||||
node("linux") {
|
||||
withEnv(["NPROC=${sh(returnStdout: true, script: 'nproc').trim()}"]) {
|
||||
runStages()
|
||||
@ -105,7 +105,7 @@ parallel(
|
||||
},
|
||||
"macOS": {
|
||||
throttle(['nimbus-eth2']) {
|
||||
timeout(time: 3, unit: 'HOURS') {
|
||||
timeout(time: 4, unit: 'HOURS') {
|
||||
node("macos && x86_64") {
|
||||
withEnv(["NPROC=${sh(returnStdout: true, script: 'sysctl -n hw.logicalcpu').trim()}"]) {
|
||||
runStages()
|
||||
|
Loading…
x
Reference in New Issue
Block a user