ci(sparc64): increase timeout time

This commit is contained in:
Amaan Qureshi 2023-07-24 02:42:22 -04:00
parent 7ad21396c2
commit 99366f3b5d
No known key found for this signature in database
GPG key ID: E67890ADC4227273

View file

@ -665,7 +665,7 @@ fn test_parsing_with_a_timeout() {
assert!(start_time.elapsed().as_micros() < 2000);
#[cfg(target_arch = "sparc64")]
assert!(start_time.elapsed().as_micros() < 4000);
assert!(start_time.elapsed().as_micros() < 8000);
// Continue parsing, but pause after 1 ms of processing.
parser.set_timeout_micros(5000);