Skip to content

Commit

Permalink
fix: add httpTotal to the ignition timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Oct 25, 2023
1 parent c5f20af commit 89647f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/6_worker/templates/worker.ign
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"source": "http://${ignition_ip}:8080/ignition/worker.ign"
}
]
},
"timeouts": {
"httpTotal": 15
}
},
"storage": {
Expand Down

0 comments on commit 89647f6

Please sign in to comment.