pvattest: Expand HTTPS timeout to 2 min

Match the clients timeout to the servers timeout.

Reviewed-by: Marc Hartmayer <marc@linux.ibm.com>
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Steffen Eiden
2026-05-05 14:20:31 +02:00
committed by Jan Höppner
parent 8878ba4fd2
commit 74a338edfc
+1 -1
View File
@@ -16,7 +16,7 @@ use crate::additional::AttestationResult;
use crate::cli::CheckOpt;
const CHECK_DEFAULT_ENDP: &str = "https://esupport.ibm.com/eccedge/ent/z";
const TIMEOUT_MAX: Duration = Duration::from_secs(3);
const TIMEOUT_MAX: Duration = Duration::from_secs(120);
const USER_AGENT: &str = "s390-tools-pvattest";
const CONTENT_TYPE: &str = "Content-Type: application/json";
const CLIENT_ID: &str = "x-client-id: X";