mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-21 14:41:12 +02:00
This PR will update the values for timeout when testing e2e. We were hitting issues in GCP on the reboot test, as the nodes seemed to be taking a few minutes to become responsive again. I also moved the "cluster health" check in the node-by-node reboot test to use the default suite context, so it'll have a timeout of 30m instead of the 5 that it had initially. This seems to solve the node-by-node bailing as well. Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>